We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15cd60d commit 30dd6d8Copy full SHA for 30dd6d8
examples/arduino-wifiscan/platformio.ini
@@ -19,6 +19,7 @@ framework = arduino
19
board = esp32-s2-saola-1
20
upload_protocol = esp-prog
21
monitor_speed = 115200
22
+check_tool = clangtidy
23
24
[env:esp32-s3]
25
platform = espressif32
@@ -28,14 +29,6 @@ upload_protocol = esp-builtin
28
29
30
check_tool = cppcheck
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
-
39
[env:esp32-c3]
40
41
framework = arduino
0 commit comments