|
@ -12,19 +12,18 @@ lib_deps = |
|
|
ESPAsyncTCP |
|
|
ESPAsyncTCP |
|
|
ESPAsyncWebServer |
|
|
ESPAsyncWebServer |
|
|
https://github.com/marvinroger/async-mqtt-client |
|
|
https://github.com/marvinroger/async-mqtt-client |
|
|
ESPAsyncUDP |
|
|
|
|
|
Embedis |
|
|
Embedis |
|
|
NtpClientLib |
|
|
NtpClientLib |
|
|
OneWire |
|
|
OneWire |
|
|
DallasTemperature |
|
|
DallasTemperature |
|
|
JustWifi |
|
|
JustWifi |
|
|
HLW8012 |
|
|
HLW8012 |
|
|
FauxmoESP |
|
|
|
|
|
|
|
|
https://bitbucket.org/xoseperez/fauxmoesp.git |
|
|
https://bitbucket.org/xoseperez/nofuss.git |
|
|
https://bitbucket.org/xoseperez/nofuss.git |
|
|
https://bitbucket.org/xoseperez/emonliteesp.git |
|
|
https://bitbucket.org/xoseperez/emonliteesp.git |
|
|
https://bitbucket.org/xoseperez/debounceevent.git |
|
|
https://bitbucket.org/xoseperez/debounceevent.git |
|
|
https://github.com/xoseperez/RemoteSwitch-arduino-library.git |
|
|
https://github.com/xoseperez/RemoteSwitch-arduino-library.git |
|
|
lib_ignore = FauxmoESP, ESPAsyncUDP |
|
|
|
|
|
|
|
|
lib_ignore = |
|
|
|
|
|
|
|
|
# ------------------------------------------------------------------------------ |
|
|
# ------------------------------------------------------------------------------ |
|
|
|
|
|
|
|
@ -35,7 +34,7 @@ board = d1_mini |
|
|
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 = -g -DD1_RELAYSHIELD -DDEBUG_PORT=Serial -DNOWSAUTH |
|
|
|
|
|
|
|
|
build_flags = -g -DD1_RELAYSHIELD -DDEBUG_PORT=Serial -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
|
|
|
|
|
|
[env:d1-debug-ota] |
|
|
[env:d1-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -44,7 +43,7 @@ board = d1_mini |
|
|
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 = -g -DD1_RELAYSHIELD -DDEBUG_PORT=Serial -DNOWSAUTH |
|
|
|
|
|
|
|
|
build_flags = -g -DD1_RELAYSHIELD -DDEBUG_PORT=Serial -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
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 |
|
@ -56,7 +55,7 @@ board = nodemcuv2 |
|
|
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 = -g -DNODEMCUV2 -DDEBUG_PORT=Serial -DNOWSAUTH |
|
|
|
|
|
|
|
|
build_flags = -g -DNODEMCUV2 -DDEBUG_PORT=Serial -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
|
|
|
|
|
|
[env:node-debug-ota] |
|
|
[env:node-debug-ota] |
|
|
platform = espressif8266 |
|
|
platform = espressif8266 |
|
@ -65,7 +64,7 @@ board = nodemcuv2 |
|
|
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 = -g -DNODEMCUV2 -DDEBUG_PORT=Serial -DNOWSAUTH |
|
|
|
|
|
|
|
|
build_flags = -g -DNODEMCUV2 -DDEBUG_PORT=Serial -DDEBUG_FAUXMO=Serial -DNOWSAUTH |
|
|
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 |
|
|