Skip to content

Commit c9ff50a

Browse files
authored
Update platformio.ini
1 parent b8ee4fd commit c9ff50a

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

examples/arduino-wifiscan/platformio.ini

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@
77
; Please visit documentation for the other options and examples
88
; http://docs.platformio.org/page/projectconf.html
99

10+
[env:esp32-s3]
11+
platform = espressif32
12+
framework = arduino
13+
board = esp32-s3-devkitc-1
14+
upload_protocol = esp-builtin
15+
monitor_speed = 115200
16+
check_tool = cppcheck
17+
1018
[env:esp32-c2]
1119
platform = espressif32
1220
framework = arduino

0 commit comments

Comments
 (0)