1
0
Fork 0
mirror of https://github.com/Luzifer/tasmota-build.git synced 2024-12-22 13:51:19 +00:00

Upgrade to tasmota 6.2.1

Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
Knut Ahlers 2018-10-05 12:59:11 +02:00
parent 0949646eb9
commit c666d70476
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E
3 changed files with 7 additions and 1 deletions

View file

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

View file

@ -12,6 +12,8 @@ MQTT_TOPIC: '"unconfigured"'
TELE_PERIOD: '30'
USE_DS18x20: '!undef'
USE_DOMOTICZ: '!undef'
USE_HOME_ASSISTANT: '!undef'
HOME_ASSISTANT_DISCOVERY_ENABLE: "0"
@ -38,4 +40,6 @@ USE_WS2812: '!undef'
USE_ARILUX_RF: '!undef'
USE_RF_FLASH: '!undef'
BE_MINIMAL: '!def'
...

View file

@ -12,6 +12,8 @@ MQTT_TOPIC: '"unconfigured"'
TELE_PERIOD: '30'
USE_DS18x20: '!undef'
USE_DOMOTICZ: '!undef'
HOME_ASSISTANT_DISCOVERY_ENABLE: "0"
USE_EMULATION: '!undef'