diff options
Diffstat (limited to 'platformio/relayctl/platformio.ini')
-rw-r--r-- | platformio/relayctl/platformio.ini | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/platformio/relayctl/platformio.ini b/platformio/relayctl/platformio.ini index 592eba9..662049e 100644 --- a/platformio/relayctl/platformio.ini +++ b/platformio/relayctl/platformio.ini @@ -14,7 +14,10 @@ board = esp12e framework = arduino upload_port = /dev/ttyUSB0 monitor_speed = 115200 -lib_deps = - ESP Async WebServer - knolleary/PubSubClient@^2.8 - me-no-dev/ESPAsyncTCP@^1.2.2 +lib_deps = + https://github.com/bertmelis/espMqttClient#unordered-acks +;build_flags = +; -DDEBUG +; -DDEBUG_ESP_SSL +; -DDEBUG_ESP_PORT=Serial +build_type = release
\ No newline at end of file |