mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
Merge branch 'development' into pre-release-9.5.0
This commit is contained in:
commit
fab0cd88c2
@ -1,9 +1,3 @@
|
||||
[env:tasmota-zigbee]
|
||||
board = esp8266_4M2M
|
||||
build_flags = ${common.build_flags}
|
||||
-DUSE_ZIGBEE
|
||||
-DUSE_UFILESYS
|
||||
|
||||
[core]
|
||||
; Activate (by removing the ";" in the next lines) if you want to override the standard core defined in platformio.ini !!!
|
||||
;platform = ${core_stage.platform}
|
||||
|
@ -67,6 +67,10 @@ board = esp8266_2M256
|
||||
board_build.f_cpu = 160000000L
|
||||
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]
|
||||
build_flags = ${common.build_flags} -DMY_LANGUAGE=af_AF
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user