Skip to content

Commit f17f13c

Browse files
authored
add debug build examples
1 parent 2835b7d commit f17f13c

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

examples/arduino-wifiscan/platformio.ini

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,3 +12,38 @@ platform = espressif32
1212
framework = arduino
1313
board = esp-wrover-kit
1414
monitor_speed = 115200
15+
16+
[env:esp32-s2]
17+
platform = espressif32
18+
framework = arduino
19+
board = esp32-s2-saola-1
20+
upload_protocol = esp-builtin
21+
monitor_speed = 115200
22+
23+
[env:esp32-s3]
24+
platform = espressif32
25+
framework = arduino
26+
board = esp32-s3-devkitc-1
27+
upload_protocol = esp-builtin
28+
monitor_speed = 115200
29+
30+
[env:esp32-c2]
31+
platform = espressif32
32+
framework = arduino
33+
board = esp32-c2-devkitm-1
34+
upload_protocol = esp-builtin
35+
monitor_speed = 115200
36+
37+
[env:esp32-c3]
38+
platform = espressif32
39+
framework = arduino
40+
board = esp32-c3-devkitm-1
41+
upload_protocol = esp-builtin
42+
monitor_speed = 115200
43+
44+
[env:esp32-c6]
45+
platform = espressif32
46+
framework = arduino
47+
board = esp32-c6-devkitm-1
48+
upload_protocol = esp-builtin
49+
monitor_speed = 115200

0 commit comments

Comments
 (0)