mirror of https://github.com/arendst/Tasmota.git
dedicated special framework "ITEAD" not needed anymore (#22303)
This commit is contained in:
parent
92a56a80b4
commit
66213c88c1
|
@ -262,7 +262,6 @@ board_build.partitions = partitions/esp32_partition_app1856k_fs1344k.csv
|
|||
build_flags = ${env:tasmota32_base.build_flags}
|
||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-zbbrdgpro.bin"'
|
||||
-DFIRMWARE_ZBBRDGPRO
|
||||
-DFRAMEWORK_ARDUINO_ITEAD
|
||||
custom_files_upload = ${env:tasmota32_base.custom_files_upload}
|
||||
tools/fw_SonoffZigbeeBridgePro_cc2652/Sonoff_ZBPro.autoconf
|
||||
tasmota/berry/zigbee/cc2652_flasher.be
|
||||
|
@ -270,13 +269,16 @@ custom_files_upload = ${env:tasmota32_base.custom_files_upload}
|
|||
tasmota/berry/zigbee/sonoff_zb_pro_flasher.be
|
||||
tools/fw_SonoffZigbeeBridgePro_cc2652/SonoffZBPro_coord_20220219.hex
|
||||
lib_extra_dirs = lib/lib_basic, lib/lib_ssl, lib/libesp32
|
||||
custom_sdkconfig = CONFIG_D0WD_PSRAM_CLK_IO=5
|
||||
CONFIG_D0WD_PSRAM_CS_IO=18
|
||||
|
||||
[env:tasmota32-nspanel]
|
||||
extends = env:tasmota32_base
|
||||
build_flags = ${env:tasmota32_base.build_flags}
|
||||
-DFIRMWARE_NSPANEL
|
||||
-DFRAMEWORK_ARDUINO_ITEAD
|
||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32-nspanel.bin"'
|
||||
custom_sdkconfig = CONFIG_D0WD_PSRAM_CLK_IO=5
|
||||
CONFIG_D0WD_PSRAM_CS_IO=18
|
||||
|
||||
[env:tasmota32-AD]
|
||||
extends = env:tasmota32_base
|
||||
|
|
Loading…
Reference in New Issue