forked from Explorerlowi/ESP32_AI_LLM
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathplatformio.ini
29 lines (28 loc) · 961 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
28
29
; 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
adafruit/Adafruit ST7735 and ST7789 Library @ ^1.7.2
adafruit/Adafruit GFX Library @ ^1.10.10
olikraus/U8g2 @ ^2.28.8
olikraus/U8g2_for_Adafruit_GFX @ ^1.7.3
me-no-dev/AsyncTCP @ ^1.1.1
https://github.com/me-no-dev/ESPAsyncWebServer.git#master
arduino-libraries/NTPClient@^3.2.1
plerup/EspSoftwareSerial@^8.2.0