Skip to content

Commit 30dd6d8

Browse files
authored
Update platformio.ini
1 parent 15cd60d commit 30dd6d8

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

examples/arduino-wifiscan/platformio.ini

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ framework = arduino
1919
board = esp32-s2-saola-1
2020
upload_protocol = esp-prog
2121
monitor_speed = 115200
22+
check_tool = clangtidy
2223

2324
[env:esp32-s3]
2425
platform = espressif32
@@ -28,14 +29,6 @@ upload_protocol = esp-builtin
2829
monitor_speed = 115200
2930
check_tool = cppcheck
3031

31-
[env:esp32-c2]
32-
platform = espressif32
33-
framework = arduino
34-
board = esp32-c2-devkitm-1
35-
upload_protocol = esp-prog
36-
monitor_speed = 115200
37-
check_tool = clangtidy
38-
3932
[env:esp32-c3]
4033
platform = espressif32
4134
framework = arduino

0 commit comments

Comments
 (0)