-
Notifications
You must be signed in to change notification settings - Fork 290
/
platformio.ini
36 lines (30 loc) · 929 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
30
31
32
33
34
35
36
; 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]
src_dir = main
[env]
platform = espressif32@^6.4.0
framework = espidf
platform_packages =
framework-espidf @ https://github.com/tasmota/esp-idf/releases/download/v5.1.2-org/esp-idf-v5.1.2-org.zip
board_build.partitions = partitions_example.csv
monitor_filters = direct
monitor_speed = 115200
[env:esp32dev]
board = esp32dev
[env:esp32-c3-devkitm-1]
board = esp32-c3-devkitm-1
[env:esp32-s3]
board = esp32s3box
; [env:esp32-s3-debug]
; extends = env:esp32-s3
; upload_protocol = esp-builtin
; debug_tool = esp-builtin
; build_type = debug