Ambient_Light_Sensor/platformio.ini

36 lines
1014 B
INI
Raw 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
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
[env:esp32dev_ota]
platform = espressif32
board = esp32dev
framework = arduino
upload_protocol = espota
upload_port = 10.0.2.10
upload_flags =
--auth=solar_sensor_array
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