1
0
Fork 0
mirror of https://github.com/Luzifer/tasmota-build.git synced 2024-11-09 09:50:03 +00:00

Update to v6.1.1

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-07-15 16:08:26 +02:00
parent 2d9b8c3200
commit 0949646eb9
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
3 changed files with 4 additions and 2 deletions

View file

@ -1,4 +1,4 @@
TASMOTA_VERSION=v5.14.0
TASMOTA_VERSION=v6.1.1
default: build_sonoff build_sonoff-minimal

View file

@ -36,5 +36,6 @@ NTP_SERVER2: '"ptbtime2.ptb.de"'
USE_IR_REMOTE: '!undef'
USE_WS2812: '!undef'
USE_ARILUX_RF: '!undef'
USE_RF_FLASH: '!undef'
...

View file

@ -13,7 +13,7 @@ MQTT_TOPIC: '"unconfigured"'
TELE_PERIOD: '30'
USE_DOMOTICZ: '!undef'
HOME_ASSISTANT_DISCOVERY_ENABLE: "1"
HOME_ASSISTANT_DISCOVERY_ENABLE: "0"
USE_EMULATION: '!undef'
USE_DISCOVERY: '!undef'
@ -23,5 +23,6 @@ NTP_SERVER2: '"ptbtime2.ptb.de"'
USE_IR_REMOTE: '!undef'
USE_WS2812: '!undef'
USE_ARILUX_RF: '!undef'
USE_RF_FLASH: '!undef'
...