-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
platformio.ini
40 lines (37 loc) · 1.28 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
28
29
30
31
32
33
34
35
36
37
38
39
40
; 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
[platformio]
default_envs = esp32-s3-devkitc-1
[env]
platform = espressif32@^6.1.0
framework = espidf, arduino
monitor_speed = 115200
monitor_filters = esp32_exception_decoder
;upload_protocol = espota
;upload_port = cube.local
lib_deps =
adafruit/Adafruit GFX Library@^1.11.3
https://github.com/mrfaptastic/ESP32-HUB75-MatrixPanel-DMA.git
https://github.com/tzapu/WiFiManager.git
https://github.com/me-no-dev/AsyncTCP.git
https://github.com/elliotmatson/ESPAsyncWebServer.git
https://github.com/ayushsharma82/WebSerial.git
bblanchon/ArduinoJson@^7.0.4
https://github.com/elliotmatson/ESP-DASH-Pro.git#cube
https://github.com/elliotmatson/TJpg_Decoder.git
https://github.com/elliotmatson/spotify-api-arduino-psram.git
adafruit/Adafruit NeoPixel@^1.11.0
; V2 Hardware
[env:esp32-s3-devkitc-1]
board = esp32-s3-devkitc-1
board_build.partitions = min_spiffs_s3.csv
board_upload.flash_size = 16MB
;build_flags =
; -DSPIRAM_FRAMEBUFFER