-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
27 lines (26 loc) · 1.07 KB
/
platformio.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
; 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 = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master
platform_packages = framework-arduinoespressif32 @https://github.com/espressif/arduino-esp32.git#2.0.1
platformio/tool-esptoolpy @https://github.com/tasmota/esptool/releases/download/v3.2/esptool-v3.2.zip
board = esp32dev
framework = arduino
monitor_speed = 115200
lib_deps =
ottowinter/ESPAsyncWebServer-esphome@^2.1.0
adafruit/Adafruit GFX Library@^1.10.13
adafruit/Adafruit SSD1306@^2.5.1
adafruit/Adafruit BusIO@^1.11.2
adafruit/Adafruit BMP280 Library@^2.6.2
plerup/EspSoftwareSerial@^6.15.2
adafruit/Adafruit VEML7700 Library@^1.1.1
adafruit/Adafruit BME280 Library@^2.2.2
sensirion/Sensirion I2C SCD4x@^0.3.1