-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplatformio.ini
More file actions
25 lines (24 loc) · 775 Bytes
/
platformio.ini
File metadata and controls
25 lines (24 loc) · 775 Bytes
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
; 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:esp32doit-devkit-v1]
platform = espressif32
board = esp32doit-devkit-v1
framework = arduino
lib_deps =
esphome/ESPAsyncWebServer-esphome@^3.2.2
esphome/AsyncTCP-esphome@^2.1.3
bblanchon/ArduinoJson@^7.1.0
adafruit/RTClib@^2.1.4
adafruit/Adafruit BusIO@^1.16.1
paulstoffregen/Time@^1.6.1
arduino-libraries/NTPClient@^3.2.1
monitor_speed=115200
lib_ldf_mode = deep+
board_build.filesystem = littlefs