Skip to content

Commit

Permalink
remove obsolete JSON lib
Browse files Browse the repository at this point in the history
  • Loading branch information
stritti committed Jun 11, 2022
1 parent d3fe14b commit 5563823
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 8 deletions.
1 change: 0 additions & 1 deletion platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ lib_deps =
juerd/ESP-WiFiSettings@^3.8.0
olikraus/U8g2@^2.33.3
olikraus/U8g2_for_Adafruit_GFX@^1.8.0
bblanchon/ArduinoJson @ ^6.18.3
knolleary/PubSubClient @ ^2.8
arduino-libraries/NTPClient@^3.1.0
madpilot/mDNSResolver@^0.3
Expand Down
4 changes: 0 additions & 4 deletions pool-monitor.code-workspace
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"folders": [
{
"path": "."
},
{
"name": "Pool-Monitor-e-ink",
"path": "..\\Pool-Monitor-e-ink"
}
],
"settings": {
Expand Down
3 changes: 0 additions & 3 deletions src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@
*/

#include <Arduino.h>

#include <PubSubClient.h>
#include <ArduinoJson.h>
#include <PubSubClient.h>
#include <Wire.h>
#include <WiFi.h>
Expand Down

0 comments on commit 5563823

Please sign in to comment.