forked from Explorerlowi/ESP32_AI_LLM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathplatformio.ini
27 lines (25 loc) · 813 Bytes
/
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:upesy_wroom]
platform = espressif32
board = upesy_wroom
debug_tool = cmsis-dap
framework = arduino
monitor_speed = 115200
board_build.partitions = partitions.csv
lib_deps =
bblanchon/ArduinoJson@^6.21.3
esphome/ESP32-audioI2S@^2.0.7
gilmaimon/ArduinoWebsockets@^0.5.3
olikraus/U8g2 @ ^2.28.8
me-no-dev/AsyncTCP @ ^1.1.1
esphome/ESPAsyncWebServer-esphome@^3.2.2
Bodmer/TFT_eSPI@^2.3.70
https://github.com/Bodmer/U8g2_for_TFT_eSPI.git