|
@ -427,20 +427,20 @@ upload_flags = --auth=fibonacci --port 8266 |
|
|
[env:led-controller-debug] |
|
|
[env:led-controller-debug] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
|
framework = arduino |
|
|
framework = arduino |
|
|
board = esp12e |
|
|
|
|
|
|
|
|
board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = ${common.build_flags} -DLED_CONTROLLER |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DLED_CONTROLLER |
|
|
|
|
|
|
|
|
[env:led-controller-debug-ota] |
|
|
[env:led-controller-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
|
framework = arduino |
|
|
framework = arduino |
|
|
board = esp12e |
|
|
|
|
|
|
|
|
board = esp01_1m |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_deps = ${common.lib_deps} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = ${common.build_flags} -DLED_CONTROLLER |
|
|
|
|
|
|
|
|
build_flags = ${common.build_flags_1m128} -DLED_CONTROLLER |
|
|
upload_speed = 115200 |
|
|
upload_speed = 115200 |
|
|
upload_port = "192.168.4.1" |
|
|
upload_port = "192.168.4.1" |
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
upload_flags = --auth=fibonacci --port 8266 |