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 5b7b8ff commit 97fbab7Copy full SHA for 97fbab7
examples/arduino-wifiscan/platformio.ini
@@ -17,22 +17,25 @@ monitor_speed = 115200
17
platform = espressif32
18
framework = arduino
19
board = esp32-s2-saola-1
20
-upload_protocol = esp-builtin
+upload_protocol = esp-prog
21
monitor_speed = 115200
22
+check_tool = clangtidy
23
24
[env:esp32-s3]
25
26
27
board = esp32-s3-devkitc-1
28
upload_protocol = esp-builtin
29
30
+check_tool = cppcheck
31
32
[env:esp32-c3]
33
34
35
board = esp32-c3-devkitm-1
36
37
38
+check_tool = pvs-studio
39
40
[env:esp32-c6]
41
0 commit comments