From f91a5e42a841da1ba20fd3fe95f8485639542ec7 Mon Sep 17 00:00:00 2001 From: Graham Date: Sat, 11 May 2024 08:50:20 -0400 Subject: [PATCH] Specified dependent library versions --- .gitignore | 1 + code/ESP32/platformio.ini | 10 +++++----- 2 files changed, 6 insertions(+), 5 deletions(-) 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