|
@ -37,7 +37,7 @@ debug_flags = -DDEBUG_ESP_CORE -DDEBUG_ESP_SSL -DDEBUG_ESP_WIFI -DDEBUG_ESP_HTTP |
|
|
# ------------------------------------------------------------------------------ |
|
|
# ------------------------------------------------------------------------------ |
|
|
build_flags = -g -DMQTT_MAX_PACKET_SIZE=400 -DNO_GLOBAL_EEPROM ${env.ESPURNA_FLAGS} -DPIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH |
|
|
build_flags = -g -DMQTT_MAX_PACKET_SIZE=400 -DNO_GLOBAL_EEPROM ${env.ESPURNA_FLAGS} -DPIO_FRAMEWORK_ARDUINO_LWIP_HIGHER_BANDWIDTH |
|
|
build_flags_512k = ${common.build_flags} -Wl,-Teagle.flash.512k0m1s.ld |
|
|
build_flags_512k = ${common.build_flags} -Wl,-Teagle.flash.512k0m1s.ld |
|
|
build_flags_1m = ${common.build_flags} -Wl,-Teagle.flash.1m0m1s.ld |
|
|
|
|
|
|
|
|
build_flags_1m0m = ${common.build_flags} -Wl,-Teagle.flash.1m0m1s.ld |
|
|
build_flags_4m1m = ${common.build_flags} -Wl,-Teagle.flash.4m1m4s.ld |
|
|
build_flags_4m1m = ${common.build_flags} -Wl,-Teagle.flash.4m1m4s.ld |
|
|
build_flags_4m3m = ${common.build_flags} -Wl,-Teagle.flash.4m3m4s.ld |
|
|
build_flags_4m3m = ${common.build_flags} -Wl,-Teagle.flash.4m3m4s.ld |
|
|
|
|
|
|
|
@ -59,7 +59,7 @@ lib_deps = |
|
|
https://github.com/marvinroger/async-mqtt-client#v0.8.1 |
|
|
https://github.com/marvinroger/async-mqtt-client#v0.8.1 |
|
|
Brzo I2C |
|
|
Brzo I2C |
|
|
https://bitbucket.org/xoseperez/debounceevent.git#2.0.1 |
|
|
https://bitbucket.org/xoseperez/debounceevent.git#2.0.1 |
|
|
https://github.com/xoseperez/eeprom_rotate#0.1.1 |
|
|
|
|
|
|
|
|
https://github.com/xoseperez/eeprom_rotate |
|
|
Embedis |
|
|
Embedis |
|
|
https://github.com/plerup/espsoftwareserial#3.4.1 |
|
|
https://github.com/plerup/espsoftwareserial#3.4.1 |
|
|
https://github.com/me-no-dev/ESPAsyncTCP#55cd520 |
|
|
https://github.com/me-no-dev/ESPAsyncTCP#55cd520 |
|
@ -91,7 +91,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DESPURNA_CORE |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DESPURNA_CORE |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -117,7 +117,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -D${env.ESPURNA_BOARD} |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -D${env.ESPURNA_BOARD} |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
@ -321,7 +321,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_BASIC |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_BASIC |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -332,7 +332,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_BASIC |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_BASIC |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -346,7 +346,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_BASIC -DDHT_SUPPORT=1 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_BASIC -DDHT_SUPPORT=1 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -357,7 +357,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_BASIC -DDHT_SUPPORT=1 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_BASIC -DDHT_SUPPORT=1 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -371,7 +371,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_BASIC -DDALLAS_SUPPORT=1 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_BASIC -DDALLAS_SUPPORT=1 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -382,7 +382,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_RF |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_RF |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -393,7 +393,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_RF |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_RF |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -407,7 +407,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_TH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_TH |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -418,7 +418,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_TH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_TH |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -432,7 +432,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_POW |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_POW |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -443,7 +443,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_POW |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_POW |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -457,7 +457,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_POW_R2 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_POW_R2 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -468,7 +468,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_POW_R2 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_POW_R2 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -482,7 +482,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_DUAL |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_DUAL |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
|
[env:itead-sonoff-dual-ota] |
|
|
[env:itead-sonoff-dual-ota] |
|
@ -492,7 +492,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_DUAL |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_DUAL |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -505,7 +505,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_DUAL_R2 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_DUAL_R2 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
|
[env:itead-sonoff-dual-ota-r2] |
|
|
[env:itead-sonoff-dual-ota-r2] |
|
@ -515,7 +515,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_DUAL_R2 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_DUAL_R2 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -528,7 +528,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_4CH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_4CH |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -539,7 +539,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_4CH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_4CH |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -553,7 +553,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_4CH_PRO |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_4CH_PRO |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -564,7 +564,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_4CH_PRO |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_4CH_PRO |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -578,7 +578,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_TOUCH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_TOUCH |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -589,7 +589,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_TOUCH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_TOUCH |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -603,7 +603,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_B1 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_B1 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -614,7 +614,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_B1 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_B1 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -628,7 +628,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_T1_1CH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_T1_1CH |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -639,7 +639,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_T1_1CH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_T1_1CH |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -653,7 +653,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_T1_2CH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_T1_2CH |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -664,7 +664,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_T1_2CH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_T1_2CH |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -678,7 +678,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_T1_3CH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_T1_3CH |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -689,7 +689,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_T1_3CH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_T1_3CH |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -703,7 +703,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_LED |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_LED |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -714,7 +714,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_LED |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_LED |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -728,7 +728,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_RFBRIDGE |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_RFBRIDGE |
|
|
monitor_speed = 19200 |
|
|
monitor_speed = 19200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -739,7 +739,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_RFBRIDGE |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_RFBRIDGE |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -753,7 +753,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_RFBRIDGE -DRFB_DIRECT |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_RFBRIDGE -DRFB_DIRECT |
|
|
monitor_speed = 19200 |
|
|
monitor_speed = 19200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -764,7 +764,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_RFBRIDGE -DRFB_DIRECT |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_RFBRIDGE -DRFB_DIRECT |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
@ -780,7 +780,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SLAMPHER |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SLAMPHER |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -791,7 +791,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SLAMPHER |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SLAMPHER |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -805,7 +805,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_S20 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_S20 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -816,7 +816,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_S20 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_S20 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -830,7 +830,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_1CH_INCHING |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_1CH_INCHING |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -841,7 +841,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_1CH_INCHING |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_1CH_INCHING |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -855,7 +855,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_MOTOR |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_MOTOR |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -866,7 +866,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_MOTOR |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_MOTOR |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -880,7 +880,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_SV |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_SV |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -891,7 +891,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_SV |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_SV |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
@ -904,7 +904,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_S31 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_S31 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -915,7 +915,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_SONOFF_S31 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_SONOFF_S31 |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
@ -953,7 +953,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DWORKCHOICE_ECOPLUG |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DWORKCHOICE_ECOPLUG |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -964,7 +964,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DWORKCHOICE_ECOPLUG |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DWORKCHOICE_ECOPLUG |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -1046,7 +1046,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DJORGEGARCIA_WIFI_RELAYS |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DJORGEGARCIA_WIFI_RELAYS |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1056,7 +1056,7 @@ framework = arduino |
|
|
board = esp01_1m |
|
|
board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DJORGEGARCIA_WIFI_RELAYS |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DJORGEGARCIA_WIFI_RELAYS |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -1070,7 +1070,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DAITHINKER_AI_LIGHT |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DAITHINKER_AI_LIGHT |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1081,7 +1081,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DAITHINKER_AI_LIGHT |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DAITHINKER_AI_LIGHT |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -1095,7 +1095,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DMAGICHOME_LED_CONTROLLER |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DMAGICHOME_LED_CONTROLLER |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1106,7 +1106,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DMAGICHOME_LED_CONTROLLER |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DMAGICHOME_LED_CONTROLLER |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -1120,7 +1120,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DMAGICHOME_LED_CONTROLLER_20 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DMAGICHOME_LED_CONTROLLER_20 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1131,7 +1131,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DMAGICHOME_LED_CONTROLLER_20 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DMAGICHOME_LED_CONTROLLER_20 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
@ -1319,7 +1319,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_BNSZ01 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_BNSZ01 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1330,7 +1330,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DITEAD_BNSZ01 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DITEAD_BNSZ01 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -1344,7 +1344,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DWION_50055 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DWION_50055 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1355,7 +1355,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DWION_50055 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DWION_50055 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -1369,7 +1369,7 @@ board = esp07 |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DEXS_WIFI_RELAY_V31 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DEXS_WIFI_RELAY_V31 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1380,7 +1380,7 @@ board = esp07 |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DEXS_WIFI_RELAY_V31 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DEXS_WIFI_RELAY_V31 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -1418,7 +1418,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DGENERIC_V9261F |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DGENERIC_V9261F |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1429,7 +1429,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DGENERIC_V9261F |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DGENERIC_V9261F |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -1467,7 +1467,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DGENERIC_ECH1560 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DGENERIC_ECH1560 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1478,7 +1478,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DGENERIC_ECH1560 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DGENERIC_ECH1560 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -1516,7 +1516,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DINTERMITTECH_QUINLED |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DINTERMITTECH_QUINLED |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1527,7 +1527,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DINTERMITTECH_QUINLED |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DINTERMITTECH_QUINLED |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -1541,7 +1541,7 @@ board = esp12e |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DXENON_SM_PW702U |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DXENON_SM_PW702U |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1552,7 +1552,7 @@ board = esp12e |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DXENON_SM_PW702U |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DXENON_SM_PW702U |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -1566,7 +1566,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DAUTHOMETION_LYT8266 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DAUTHOMETION_LYT8266 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1577,7 +1577,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DAUTHOMETION_LYT8266 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DAUTHOMETION_LYT8266 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -1591,7 +1591,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DKMC_70011 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DKMC_70011 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1602,7 +1602,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DKMC_70011 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DKMC_70011 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -1616,7 +1616,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DYJZK_SWITCH_2CH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DYJZK_SWITCH_2CH |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1627,7 +1627,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DYJZK_SWITCH_2CH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DYJZK_SWITCH_2CH |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -1748,7 +1748,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DSTM_RELAY |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DSTM_RELAY |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1759,7 +1759,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DSTM_RELAY |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DSTM_RELAY |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = ${common.upload_port} |
|
|
upload_port = ${common.upload_port} |
|
|
upload_flags = ${common.upload_flags} |
|
|
upload_flags = ${common.upload_flags} |
|
@ -1773,7 +1773,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DHEYGO_HY02 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DHEYGO_HY02 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1784,7 +1784,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DHEYGO_HY02 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DHEYGO_HY02 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
@ -1797,7 +1797,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DMAXCIO_WUS002S |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DMAXCIO_WUS002S |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1808,7 +1808,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DMAXCIO_WUS002S |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DMAXCIO_WUS002S |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
@ -1821,7 +1821,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DYIDIAN_XSSSA05 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DYIDIAN_XSSSA05 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1832,7 +1832,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DYIDIAN_XSSSA05 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DYIDIAN_XSSSA05 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
@ -1845,7 +1845,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DTONBUX_XSSSA06 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DTONBUX_XSSSA06 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1856,7 +1856,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DTONBUX_XSSSA06 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DTONBUX_XSSSA06 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
@ -1917,7 +1917,7 @@ board = esp12e |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DARNIEX_SWIFITCH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DARNIEX_SWIFITCH |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
|
|
|
|
|
@ -1928,7 +1928,7 @@ board = esp12e |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DARNIEX_SWIFITCH |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DARNIEX_SWIFITCH |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
@ -1941,7 +1941,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DZHILDE_EU44_W |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DZHILDE_EU44_W |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1952,7 +1952,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DZHILDE_EU44_W |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DZHILDE_EU44_W |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
@ -1966,7 +1966,7 @@ board = esp07 |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DLUANI_HVIO |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DLUANI_HVIO |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -1977,7 +1977,7 @@ board = esp07 |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DZLUANI_HVIO |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DZLUANI_HVIO |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
@ -2043,7 +2043,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DGENERIC_ESP01S_RELAY_V40 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DGENERIC_ESP01S_RELAY_V40 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -2054,7 +2054,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DGENERIC_ESP01S_RELAY_V40 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DGENERIC_ESP01S_RELAY_V40 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
@ -2067,7 +2067,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DGENERIC_ESP01S_RGBLED_V10 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DGENERIC_ESP01S_RGBLED_V10 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -2078,7 +2078,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DGENERIC_ESP01S_RGBLED_V10 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DGENERIC_ESP01S_RGBLED_V10 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
@ -2091,7 +2091,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DGENERIC_ESP01S_DHT11_V10 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DGENERIC_ESP01S_DHT11_V10 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -2102,7 +2102,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DGENERIC_ESP01S_DHT11_V10 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DGENERIC_ESP01S_DHT11_V10 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
@ -2115,7 +2115,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DGENERIC_ESP01S_DS18B20_V10 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DGENERIC_ESP01S_DS18B20_V10 |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -2126,7 +2126,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DGENERIC_ESP01S_DS18B20_V10 |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DGENERIC_ESP01S_DS18B20_V10 |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
@ -2139,7 +2139,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DHELTEC_TOUCHRELAY |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DHELTEC_TOUCHRELAY |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -2150,7 +2150,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DHELTEC_TOUCHRELAY |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DHELTEC_TOUCHRELAY |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
@ -2163,7 +2163,7 @@ board = esp12e |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DALLNET_4DUINO_IOT_WLAN_RELAIS |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DALLNET_4DUINO_IOT_WLAN_RELAIS |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -2174,7 +2174,7 @@ board = esp12e |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DALLNET_4DUINO_IOT_WLAN_RELAIS |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DALLNET_4DUINO_IOT_WLAN_RELAIS |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
@ -2187,7 +2187,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DTONBUX_MOSQUITO_KILLER |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DTONBUX_MOSQUITO_KILLER |
|
|
monitor_speed = 115200 |
|
|
monitor_speed = 115200 |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
extra_scripts = ${common.extra_scripts} |
|
|
|
|
|
|
|
@ -2198,7 +2198,7 @@ board = esp01_1m |
|
|
board_build.flash_mode = dout |
|
|
board_build.flash_mode = dout |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
build_flags = ${common.build_flags_1m} -DTONBUX_MOSQUITO_KILLER |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m0m} -DTONBUX_MOSQUITO_KILLER |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_port = "${env.ESPURNA_IP}" |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|
upload_flags = --auth=${env.ESPURNA_AUTH} --port 8266 |
|
|