|
|
@ -210,3 +210,24 @@ build_flags = -g -DDEBUG_PORT=Serial -DDEBUG_PORT=Serial -DESP_RELAY_BOARD -DENA |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "192.168.4.1" |
|
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
|
|
|
|
|
[env:ecoplug-debug] |
|
|
|
platform = espressif8266 |
|
|
|
framework = arduino |
|
|
|
board = esp01_1m |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
extra_script = pio_hooks.py |
|
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DECOPLUG |
|
|
|
|
|
|
|
[env:ecoplug-debug-ota] |
|
|
|
platform = espressif8266 |
|
|
|
framework = arduino |
|
|
|
board = esp01_1m |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
extra_script = pio_hooks.py |
|
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DECOPLUG |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "192.168.4.1" |
|
|
|
upload_flags = --auth=fibonacci --port 8266 |