Skip to content

Commit

Permalink
Specified dependent library versions
Browse files Browse the repository at this point in the history
  • Loading branch information
graham22 committed May 11, 2024
1 parent 308d1b2 commit f91a5e4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
10 changes: 5 additions & 5 deletions code/ESP32/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f91a5e4

Please sign in to comment.