mirror of
https://github.com/Luzifer/tasmota-build.git
synced 2024-12-22 22:01:18 +00:00
Update to v6.1.1
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
2d9b8c3200
commit
0949646eb9
3 changed files with 4 additions and 2 deletions
2
Makefile
2
Makefile
|
@ -1,4 +1,4 @@
|
||||||
TASMOTA_VERSION=v5.14.0
|
TASMOTA_VERSION=v6.1.1
|
||||||
|
|
||||||
default: build_sonoff build_sonoff-minimal
|
default: build_sonoff build_sonoff-minimal
|
||||||
|
|
||||||
|
|
|
@ -36,5 +36,6 @@ NTP_SERVER2: '"ptbtime2.ptb.de"'
|
||||||
USE_IR_REMOTE: '!undef'
|
USE_IR_REMOTE: '!undef'
|
||||||
USE_WS2812: '!undef'
|
USE_WS2812: '!undef'
|
||||||
USE_ARILUX_RF: '!undef'
|
USE_ARILUX_RF: '!undef'
|
||||||
|
USE_RF_FLASH: '!undef'
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
|
@ -13,7 +13,7 @@ MQTT_TOPIC: '"unconfigured"'
|
||||||
TELE_PERIOD: '30'
|
TELE_PERIOD: '30'
|
||||||
|
|
||||||
USE_DOMOTICZ: '!undef'
|
USE_DOMOTICZ: '!undef'
|
||||||
HOME_ASSISTANT_DISCOVERY_ENABLE: "1"
|
HOME_ASSISTANT_DISCOVERY_ENABLE: "0"
|
||||||
USE_EMULATION: '!undef'
|
USE_EMULATION: '!undef'
|
||||||
USE_DISCOVERY: '!undef'
|
USE_DISCOVERY: '!undef'
|
||||||
|
|
||||||
|
@ -23,5 +23,6 @@ NTP_SERVER2: '"ptbtime2.ptb.de"'
|
||||||
USE_IR_REMOTE: '!undef'
|
USE_IR_REMOTE: '!undef'
|
||||||
USE_WS2812: '!undef'
|
USE_WS2812: '!undef'
|
||||||
USE_ARILUX_RF: '!undef'
|
USE_ARILUX_RF: '!undef'
|
||||||
|
USE_RF_FLASH: '!undef'
|
||||||
|
|
||||||
...
|
...
|
||||||
|
|
Loading…
Reference in a new issue