mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
Release tasmota-zigbee binary
This commit is contained in:
parent
358d619a6e
commit
52da0b5cee
@ -1,9 +1,3 @@
|
|||||||
[env:tasmota-zigbee]
|
|
||||||
board = esp8266_4M2M
|
|
||||||
build_flags = ${common.build_flags}
|
|
||||||
-DUSE_ZIGBEE
|
|
||||||
-DUSE_UFILESYS
|
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
; Activate (by removing the ";" in the next lines) if you want to override the standard core defined in platformio.ini !!!
|
; Activate (by removing the ";" in the next lines) if you want to override the standard core defined in platformio.ini !!!
|
||||||
;platform = ${core_stage.platform}
|
;platform = ${core_stage.platform}
|
||||||
|
@ -67,6 +67,10 @@ board = esp8266_2M256
|
|||||||
board_build.f_cpu = 160000000L
|
board_build.f_cpu = 160000000L
|
||||||
lib_extra_dirs = lib/lib_ssl
|
lib_extra_dirs = lib/lib_ssl
|
||||||
|
|
||||||
|
[env:tasmota-zigbee]
|
||||||
|
build_flags = ${common.build_flags} -DUSE_ZIGBEE -DUSE_CCLOADER -DUSE_UFILESYS
|
||||||
|
board = esp8266_4M2M
|
||||||
|
|
||||||
[env:tasmota-AF]
|
[env:tasmota-AF]
|
||||||
build_flags = ${common.build_flags} -DMY_LANGUAGE=af_AF
|
build_flags = ${common.build_flags} -DMY_LANGUAGE=af_AF
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user