Skip to content

Commit d501a0a

Browse files
authored
Update platformio.ini
1 parent 60ef22a commit d501a0a

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

examples/arduino-wifiscan/platformio.ini

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,23 @@ upload_protocol = esp-builtin
2929
monitor_speed = 115200
3030
check_tool = cppcheck
3131

32+
[env:esp32-c2]
33+
platform = espressif32
34+
framework = arduino
35+
board = esp32-c2-devkitm-1
36+
upload_protocol = esp-prog
37+
monitor_speed = 115200
38+
check_tool = clangtidy
39+
custom_component_remove =
40+
espressif/esp-dsp
41+
espressif/network_provisioning
42+
espressif/esp-zboss-lib
43+
espressif/esp-zigbee-lib
44+
espressif/esp_rainmaker
45+
espressif/esp-sr
46+
espressif/esp-modbus
47+
espressif/esp32-camera
48+
3249
[env:esp32-c3]
3350
platform = espressif32
3451
framework = arduino

0 commit comments

Comments
 (0)