Skip to content

Commit 52877c1

Browse files
authored
Update platformio.ini
1 parent bd35fc7 commit 52877c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

examples/arduino-wifiscan/platformio.ini

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,12 @@ monitor_speed = 115200
3030
check_tool = cppcheck
3131

3232
[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
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
3939

4040
[env:esp32-c3]
4141
platform = espressif32

0 commit comments

Comments
 (0)