File tree 1 file changed +28
-0
lines changed
examples/arduino-wifiscan
1 file changed +28
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,31 @@ platform = espressif32
12
12
framework = arduino
13
13
board = esp-wrover-kit
14
14
monitor_speed = 115200
15
+
16
+ [env:esp32-s2]
17
+ platform = espressif32
18
+ framework = arduino
19
+ board = esp32-s2-saola-1
20
+ upload_protocol = esp-builtin
21
+ monitor_speed = 115200
22
+
23
+ [env:esp32-s3]
24
+ platform = espressif32
25
+ framework = arduino
26
+ board = esp32-s3-devkitc-1
27
+ upload_protocol = esp-builtin
28
+ monitor_speed = 115200
29
+
30
+ [env:esp32-c3]
31
+ platform = espressif32
32
+ framework = arduino
33
+ board = esp32-c3-devkitm-1
34
+ upload_protocol = esp-builtin
35
+ monitor_speed = 115200
36
+
37
+ [env:esp32-c6]
38
+ platform = espressif32
39
+ framework = arduino
40
+ board = esp32-c6-devkitm-1
41
+ upload_protocol = esp-builtin
42
+ monitor_speed = 115200
You can’t perform that action at this time.
0 commit comments