Skip to content

Commit bd35fc7

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

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/arduino-wifiscan/platformio.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,14 @@ 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+
3240
[env:esp32-c3]
3341
platform = espressif32
3442
framework = arduino

0 commit comments

Comments
 (0)