|
|
@ -2,7 +2,7 @@ |
|
|
|
env_default = node-debug |
|
|
|
|
|
|
|
[common] |
|
|
|
lib_install = 19,31,44,64,305,306,346,408,727 |
|
|
|
lib_install = 19,31,44,64,305,306,346,359,408,727 |
|
|
|
|
|
|
|
[env:sonoff-debug] |
|
|
|
platform = espressif8266 |
|
|
@ -81,12 +81,12 @@ upload_port = "192.168.4.1" |
|
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
|
|
|
|
|
[env:node-debug] |
|
|
|
platform = espressif8266 |
|
|
|
platform = espressif8266_stage |
|
|
|
framework = arduino |
|
|
|
lib_install = ${common.lib_install} |
|
|
|
extra_script = pio_hooks.py |
|
|
|
board = nodemcuv2 |
|
|
|
build_flags = -DNODEMCUV2 -DDEBUG_PORT=Serial |
|
|
|
build_flags = -DNODEMCUV2 -DDEBUG_PORT=Serial -DDEBUG_FAUXMO=Serial |
|
|
|
|
|
|
|
[env:node-debug-ota] |
|
|
|
platform = espressif8266 |
|
|
|