Added JSON library.

This commit is contained in:
Chris Trimble 2024-06-21 13:28:25 -05:00
parent ba502ea124
commit fcdc4144e4

View File

@ -19,6 +19,7 @@ lib_deps =
adafruit/Adafruit INA219@^1.2.3 adafruit/Adafruit INA219@^1.2.3
jeremycole/I2C Temperature Sensors derived from the LM75@^1.0.3 jeremycole/I2C Temperature Sensors derived from the LM75@^1.0.3
knolleary/PubSubClient@^2.8 knolleary/PubSubClient@^2.8
bblanchon/ArduinoJson@^7.0.4
[env:esp32dev_ota] [env:esp32dev_ota]
platform = espressif32 platform = espressif32
@ -33,3 +34,4 @@ lib_deps =
adafruit/Adafruit INA219@^1.2.3 adafruit/Adafruit INA219@^1.2.3
jeremycole/I2C Temperature Sensors derived from the LM75@^1.0.3 jeremycole/I2C Temperature Sensors derived from the LM75@^1.0.3
knolleary/PubSubClient@^2.8 knolleary/PubSubClient@^2.8
bblanchon/ArduinoJson@^7.0.4