Added JSON library.

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

View File

@ -14,11 +14,12 @@ board = esp32dev
framework = arduino
upload_speed = 921600
upload_port = COM5
lib_deps =
lib_deps =
adafruit/Adafruit VEML7700 Library@^2.1.6
adafruit/Adafruit INA219@^1.2.3
jeremycole/I2C Temperature Sensors derived from the LM75@^1.0.3
knolleary/PubSubClient@^2.8
bblanchon/ArduinoJson@^7.0.4
[env:esp32dev_ota]
platform = espressif32
@ -26,10 +27,11 @@ board = esp32dev
framework = arduino
upload_protocol = espota
upload_port = 10.0.2.10
upload_flags =
upload_flags =
--auth=solar_sensor_array
lib_deps =
lib_deps =
adafruit/Adafruit VEML7700 Library@^2.1.6
adafruit/Adafruit INA219@^1.2.3
jeremycole/I2C Temperature Sensors derived from the LM75@^1.0.3
knolleary/PubSubClient@^2.8
bblanchon/ArduinoJson@^7.0.4