-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathplatformio.ini
More file actions
43 lines (42 loc) · 1.34 KB
/
Copy pathplatformio.ini
File metadata and controls
43 lines (42 loc) · 1.34 KB
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
41
42
43
; 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:dfrobot_firebeetle2_esp32s3]
platform = espressif32
board = dfrobot_firebeetle2_esp32s3
board_build.arduino.memory_type = qio_opi
board_build.flash_mode = qio
board_build.psram_type = opi
board_upload.flash_size = 16MB
board_build.partitions = partitions_custom_16MB.csv
board_upload.maximum_size = 16777216
framework = arduino
upload_port = COM4
upload_speed = 921600
monitor_speed = 115200
monitor_rts = 0
monitor_dtr = 0
lib_ldf_mode = deep
lib_deps =
https://github.com/mathieucarbou/ESPAsyncWebServer
bodmer/TFT_eSPI@^2.5.43
bblanchon/ArduinoJson@^7.2.1
adafruit/Adafruit PWM Servo Driver Library@^3.0.2
https://github.com/dattasaurabh82/DFRobot_GDL.git
https://github.com/mathieucarbou/AsyncTCP.git
adafruit/Adafruit GFX Library@^1.11.11
adafruit/Adafruit BusIO@^1.16.2
https://github.com/cdjq/DFRobot_AXP313A
build_flags =
-D _DEBUG
-DBOARD_HAS_PSRAM
-DCORE_DEBUG_LEVEL=5
-DARDUINO_USB_CDC_ON_BOOT=1
-DARDUINO_USB_MODE=1
-std=c++17