Ambient_Light_Sensor/platformio.ini

38 lines
1.1 KiB
INI
Raw Permalink Normal View History

; PlatformIO Project Configuration File
;
; Build options: build flags, source filter
; Upload options: custom upload port, speed and extra flags
; Library options: dependencies, extra library storages
; Advanced options: extra scripting
;
; Please visit documentation for the other options and examples
; https://docs.platformio.org/page/projectconf.html
[env:esp32dev]
platform = espressif32
board = esp32dev
framework = arduino
upload_speed = 921600
upload_port = COM5
2024-06-21 13:28:25 -05:00
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
2024-06-21 13:28:25 -05:00
bblanchon/ArduinoJson@^7.0.4
[env:esp32dev_ota]
platform = espressif32
board = esp32dev
framework = arduino
upload_protocol = espota
upload_port = 10.0.2.10
2024-06-21 13:28:25 -05:00
upload_flags =
--auth=solar_sensor_array
2024-06-21 13:28:25 -05:00
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
2024-06-21 13:28:25 -05:00
bblanchon/ArduinoJson@^7.0.4