-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathplatformio.ini
39 lines (37 loc) · 1.2 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
; 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:esp32-s3-devkitc-1]
platform = https://github.com/platformio/platform-espressif32.git#develop
platform_packages =
platformio/framework-arduinoespressif32 @ https://github.com/espressif/arduino-esp32.git#3.0.0-rc1
platformio/framework-arduinoespressif32-libs @ https://github.com/espressif/esp32-arduino-libs.git#idf-release/v5.1
board = esp32-s3-devkitc-1
framework = arduino
lib_deps =
https://github.com/hoeken/PsychicHttp
upload_speed = 2000000
;upload_port = COM10
monitor_speed = 2000000
;monitor_port = COM10
monitor_filters =
;debug
send_on_enter
;esp32_exception_decoder
debug_tool = esp-builtin
debug_init_break = tbreak init_system
build_type = release
;board_build.arduino.upstream_packages = no
board_build.filesystem = littlefs
board_build.partitions = default_8MB.csv
build_flags =
-O3
-Wall
-Wextra
check_skip_packages = true