Skip to content

Commit

Permalink
Bump ReactESP dependencies
Browse files Browse the repository at this point in the history
These will fail as long as the new ReactESP version
hasn't been released, though.
  • Loading branch information
mairas committed Sep 1, 2024
1 parent ff71b64 commit 525dac1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion library.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
{
"owner": "mairas",
"name": "ReactESP",
"version": "^2.0.0"
"version": "^3.0.0"
},
{
"owner": "bblanchon",
Expand Down
2 changes: 1 addition & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ upload_speed = 460800
monitor_speed = 115200

lib_deps =
mairas/ReactESP @ ^2.0.0
mairas/ReactESP @ ^3.0.0
bblanchon/ArduinoJson @ ^7.0.0
pfeerick/elapsedMillis @ ^1.0.6
bxparks/AceButton @ ^1.10.1
Expand Down

0 comments on commit 525dac1

Please sign in to comment.