|
@ -91,6 +91,18 @@ lib_ignore = ${common.lib_ignore} |
|
|
extra_script = pio_hooks.py |
|
|
extra_script = pio_hooks.py |
|
|
build_flags = ${common.build_flags} -DESPURNA_H |
|
|
build_flags = ${common.build_flags} -DESPURNA_H |
|
|
|
|
|
|
|
|
|
|
|
[env:espurna-debug-ota] |
|
|
|
|
|
platform = espressif8266 |
|
|
|
|
|
framework = arduino |
|
|
|
|
|
board = esp12e |
|
|
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
|
|
extra_script = pio_hooks.py |
|
|
|
|
|
build_flags = ${common.build_flags} -DESPURNA_H |
|
|
|
|
|
upload_speed = 115200 |
|
|
|
|
|
upload_port = "192.168.4.1" |
|
|
|
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
|
|
|
|
|
|
[env:sonoff-debug] |
|
|
[env:sonoff-debug] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
|
framework = arduino |
|
|
framework = arduino |
|
|