diff --git a/.gitignore b/.gitignore index 1725797..32f3951 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,4 @@ code/Android/app/src/debug/res/values/google_maps_api.xml code/Android/app/src/debug/res/values/google_maps_api.xml code/Android/app/src/release/res/values/google_maps_api.xml code/Android/app/src/release/res/values/google_maps_api.xml +/code/ESP32/.vscode diff --git a/code/ESP32/platformio.ini b/code/ESP32/platformio.ini index b6ae8dd..93be330 100644 --- a/code/ESP32/platformio.ini +++ b/code/ESP32/platformio.ini @@ -15,13 +15,13 @@ framework = arduino monitor_speed = 115200 lib_deps = - ArduinoJson - AsyncMqttClient + bblanchon/ArduinoJson@6.21.4 + marvinroger/AsyncMqttClient@^0.9.0 WebServer - WebSockets + links2004/WebSockets@^2.4.1 FS - ArduinoThread - IotWebConf + ivanseidel/ArduinoThread@^2.1.1 + prampec/IotWebConf@2.3.3 ; ***** Don't forget to upload the index.htm file for the initial setup of the ESP32, Run 'Upload File System Image' platformio command