Skip to content

Commit 97fbab7

Browse files
authored
test check tools install
1 parent 5b7b8ff commit 97fbab7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

examples/arduino-wifiscan/platformio.ini

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,22 +17,25 @@ monitor_speed = 115200
1717
platform = espressif32
1818
framework = arduino
1919
board = esp32-s2-saola-1
20-
upload_protocol = esp-builtin
20+
upload_protocol = esp-prog
2121
monitor_speed = 115200
22+
check_tool = clangtidy
2223

2324
[env:esp32-s3]
2425
platform = espressif32
2526
framework = arduino
2627
board = esp32-s3-devkitc-1
2728
upload_protocol = esp-builtin
2829
monitor_speed = 115200
30+
check_tool = cppcheck
2931

3032
[env:esp32-c3]
3133
platform = espressif32
3234
framework = arduino
3335
board = esp32-c3-devkitm-1
3436
upload_protocol = esp-builtin
3537
monitor_speed = 115200
38+
check_tool = pvs-studio
3639

3740
[env:esp32-c6]
3841
platform = espressif32

0 commit comments

Comments
 (0)