|
|
@ -3,21 +3,21 @@ env_default = node-debug |
|
|
|
|
|
|
|
[common] |
|
|
|
lib_deps = |
|
|
|
19 |
|
|
|
31 |
|
|
|
44 |
|
|
|
64 |
|
|
|
305 |
|
|
|
306 |
|
|
|
346 |
|
|
|
359 |
|
|
|
408 |
|
|
|
727 |
|
|
|
DHT sensor library |
|
|
|
Adafruit Unified Sensor |
|
|
|
Time |
|
|
|
ArduinoJson |
|
|
|
ESPAsyncTCP |
|
|
|
ESPAsyncWebServer@3e6e890808 |
|
|
|
AsyncMqttClient |
|
|
|
ESPAsyncUCP |
|
|
|
Embedis |
|
|
|
NtpClientLib |
|
|
|
https://bitbucket.org/xoseperez/justwifi.git |
|
|
|
https://bitbucket.org/xoseperez/nofuss.git |
|
|
|
https://bitbucket.org/xoseperez/hlw8012.git |
|
|
|
https://bitbucket.org/xoseperez/emonliteesp.git |
|
|
|
https://bitbucket.org/xoseperez/fauxmoesp.git |
|
|
|
https://bitbucket.org/xoseperez/fauxmoESP.git |
|
|
|
https://github.com/jccprj/RemoteSwitch-arduino-library |
|
|
|
|
|
|
|
[env:sonoff-debug] |
|
|
@ -26,7 +26,7 @@ framework = arduino |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
extra_script = pio_hooks.py |
|
|
|
board = esp01_1m |
|
|
|
build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF |
|
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF |
|
|
|
lib_ignore = FauxmoESP |
|
|
|
|
|
|
|
[env:sonoff-debug-ota] |
|
|
@ -35,7 +35,7 @@ framework = arduino |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
extra_script = pio_hooks.py |
|
|
|
board = esp01_1m |
|
|
|
build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF |
|
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "192.168.4.1" |
|
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
@ -47,7 +47,7 @@ framework = arduino |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
extra_script = pio_hooks.py |
|
|
|
board = esp01_1m |
|
|
|
build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF_POW |
|
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF_POW |
|
|
|
lib_ignore = FauxmoESP |
|
|
|
|
|
|
|
[env:sonoff-pow-debug-ota] |
|
|
@ -56,7 +56,7 @@ framework = arduino |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
extra_script = pio_hooks.py |
|
|
|
board = esp01_1m |
|
|
|
build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF_POW |
|
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF_POW |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "192.168.4.1" |
|
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
@ -68,7 +68,7 @@ framework = arduino |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
extra_script = pio_hooks.py |
|
|
|
board = esp01_1m |
|
|
|
build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSLAMPHER |
|
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSLAMPHER |
|
|
|
lib_ignore = FauxmoESP |
|
|
|
|
|
|
|
[env:slampher-debug-ota] |
|
|
@ -77,7 +77,7 @@ framework = arduino |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
extra_script = pio_hooks.py |
|
|
|
board = esp01_1m |
|
|
|
build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSLAMPHER |
|
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSLAMPHER |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "192.168.4.1" |
|
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
@ -89,7 +89,7 @@ framework = arduino |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
extra_script = pio_hooks.py |
|
|
|
board = esp01_1m |
|
|
|
build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DS20 |
|
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DS20 |
|
|
|
lib_ignore = FauxmoESP |
|
|
|
|
|
|
|
[env:s20-debug-ota] |
|
|
@ -98,7 +98,7 @@ framework = arduino |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
extra_script = pio_hooks.py |
|
|
|
board = esp01_1m |
|
|
|
build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DS20 |
|
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DS20 |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "192.168.4.1" |
|
|
|
lib_ignore = FauxmoESP |
|
|
@ -110,7 +110,7 @@ framework = arduino |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
extra_script = pio_hooks.py |
|
|
|
board = nodemcuv2 |
|
|
|
build_flags = -DNODEMCUV2 -DDEBUG_PORT=Serial -DENABLE_FAUXMO=1 |
|
|
|
build_flags = -g -DNODEMCUV2 -DDEBUG_PORT=Serial -DENABLE_FAUXMO=1 |
|
|
|
|
|
|
|
[env:node-debug-ota] |
|
|
|
platform = espressif8266 |
|
|
@ -118,7 +118,7 @@ framework = arduino |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
extra_script = pio_hooks.py |
|
|
|
board = nodemcuv2 |
|
|
|
build_flags = -DNODEMCUV2 -DDEBUG_PORT=Serial |
|
|
|
build_flags = -g -DNODEMCUV2 -DDEBUG_PORT=Serial |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "192.168.4.1" |
|
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
@ -133,7 +133,7 @@ framework = arduino |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
extra_script = pio_hooks.py |
|
|
|
board = esp01_1m |
|
|
|
build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DS20 |
|
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DS20 |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "192.168.4.1" |
|
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
@ -149,7 +149,7 @@ board = esp01_1m |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "192.168.4.1" |
|
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
|
build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF -DENABLE_EMON=1 -DENABLE_DHT=1 |
|
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF -DENABLE_EMON=1 -DENABLE_DHT=1 |
|
|
|
lib_ignore = FauxmoESP |
|
|
|
|
|
|
|
[env:studio-lamp-device] |
|
|
@ -159,7 +159,7 @@ framework = arduino |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
extra_script = pio_hooks.py |
|
|
|
board = esp01_1m |
|
|
|
build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF -DENABLE_FAUXMO=1 |
|
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF -DENABLE_FAUXMO=1 |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "192.168.4.1" |
|
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
@ -172,7 +172,7 @@ framework = arduino |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
extra_script = pio_hooks.py |
|
|
|
board = esp01_1m |
|
|
|
build_flags = -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF |
|
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m256.ld -DDEBUG_PORT=Serial -DSONOFF |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "192.168.4.1" |
|
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
|