Browse Source

Fix #35 using stable version of ESPAsyncTCP and updated version of JustWifi to prevent MQTT connection drop after wifi reconnection

fastled
Xose Pérez 7 years ago
parent
commit
476d314498
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      code/platformio.ini

+ 2
- 2
code/platformio.ini View File

@ -9,14 +9,14 @@ lib_deps =
Adafruit Unified Sensor
https://github.com/xoseperez/Time
ArduinoJson
ESPAsyncTCP
https://github.com/me-no-dev/ESPAsyncTCP#e074eaac
ESPAsyncWebServer
https://github.com/marvinroger/async-mqtt-client
Embedis
NtpClientLib
OneWire
DallasTemperature
JustWifi
https://bitbucket.org/xoseperez/justwifi.git
HLW8012
https://bitbucket.org/xoseperez/fauxmoesp.git
https://bitbucket.org/xoseperez/nofuss.git


Loading…
Cancel
Save