|
|
@ -9,7 +9,7 @@ lib_deps = |
|
|
|
ArduinoJson |
|
|
|
ESPAsyncTCP |
|
|
|
ESPAsyncWebServer |
|
|
|
AsyncMqttClient |
|
|
|
https://github.com/marvinroger/async-mqtt-client |
|
|
|
ESPAsyncUDP |
|
|
|
Embedis |
|
|
|
NtpClientLib |
|
|
@ -192,32 +192,6 @@ upload_flags = --auth=fibonacci --port 8266 |
|
|
|
|
|
|
|
# ------------------------------------------------------------------------------ |
|
|
|
|
|
|
|
[env:ac-device] |
|
|
|
topic = /home/cellar/airconditioner/ip |
|
|
|
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 -DS20 |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "192.168.4.1" |
|
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
|
|
|
|
|
[env:washer-device] |
|
|
|
topic = /home/cellar/washer/ip |
|
|
|
platform = espressif8266 |
|
|
|
framework = arduino |
|
|
|
board = esp01_1m |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
extra_script = pio_hooks.py |
|
|
|
upload_speed = 115200 |
|
|
|
upload_port = "192.168.4.1" |
|
|
|
upload_flags = --auth=fibonacci --port 8266 |
|
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DSONOFF -DENABLE_EMON=1 -DENABLE_DHT=1 |
|
|
|
|
|
|
|
[env:studio-lamp-device] |
|
|
|
topic = /home/studio/lamp/ip |
|
|
|
platform = espressif8266_stage |
|
|
@ -237,7 +211,7 @@ platform = espressif8266_stage |
|
|
|
framework = arduino |
|
|
|
board = esp01_1m |
|
|
|
lib_deps = ${common.lib_deps} |
|
|
|
lib_ignore = ${common.lib_ignore} |
|
|
|
lib_ignore = |
|
|
|
extra_script = pio_hooks.py |
|
|
|
build_flags = -g -Wl,-Tesp8266.flash.1m128.ld -DDEBUG_PORT=Serial -DSONOFF -DENABLE_FAUXMO=1 |
|
|
|
upload_speed = 115200 |
|
|
|