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:
parent
0949646eb9
commit
c666d70476
3 changed files with 7 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
|||
TASMOTA_VERSION=v6.1.1
|
||||
TASMOTA_VERSION=v6.2.1
|
||||
|
||||
default: build_sonoff build_sonoff-minimal
|
||||
|
||||
|
|
|
@ -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'
|
||||
|
||||
...
|
||||
|
|
|
@ -12,6 +12,8 @@ MQTT_TOPIC: '"unconfigured"'
|
|||
|
||||
TELE_PERIOD: '30'
|
||||
|
||||
USE_DS18x20: '!undef'
|
||||
|
||||
USE_DOMOTICZ: '!undef'
|
||||
HOME_ASSISTANT_DISCOVERY_ENABLE: "0"
|
||||
USE_EMULATION: '!undef'
|
||||
|
|
Loading…
Reference in a new issue