Skip to content

Commit e347b4b

Browse files
authored
Update platformio.ini
1 parent b5e5bc7 commit e347b4b

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

examples/arduino-wifiscan/platformio.ini

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,20 @@
77
; Please visit documentation for the other options and examples
88
; http://docs.platformio.org/page/projectconf.html
99

10+
[env:esp-wrover-kit]
11+
platform = espressif32
12+
framework = arduino
13+
board = esp-wrover-kit
14+
monitor_speed = 115200
15+
16+
[env:esp32-s2]
17+
platform = espressif32
18+
framework = arduino
19+
board = esp32-s2-saola-1
20+
upload_protocol = esp-prog
21+
monitor_speed = 115200
22+
check_tool = clangtidy
23+
1024
[env:esp32-s3]
1125
platform = espressif32
1226
framework = arduino
@@ -31,3 +45,18 @@ custom_component_remove =
3145
espressif/esp-sr
3246
espressif/esp-modbus
3347
espressif/esp32-camera
48+
49+
[env:esp32-c3]
50+
platform = espressif32
51+
framework = arduino
52+
board = esp32-c3-devkitm-1
53+
upload_protocol = esp-builtin
54+
monitor_speed = 115200
55+
check_tool = pvs-studio
56+
57+
[env:esp32-c6]
58+
platform = espressif32
59+
framework = arduino
60+
board = esp32-c6-devkitm-1
61+
upload_protocol = esp-builtin
62+
monitor_speed = 115200

0 commit comments

Comments
 (0)