File tree Expand file tree Collapse file tree 1 file changed +38
-0
lines changed
examples/arduino-wifiscan Expand file tree Collapse file tree 1 file changed +38
-0
lines changed Original file line number Diff line number Diff line change @@ -12,3 +12,41 @@ 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-prog
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
+ check_tool = cppcheck
30
+
31
+ [env:esp32-c2]
32
+ platform = espressif32
33
+ framework = arduino
34
+ board = esp32-c2-devkitm-1
35
+ upload_protocol = esp-prog
36
+ monitor_speed = 115200
37
+ check_tool = clangtidy
38
+
39
+ [env:esp32-c3]
40
+ platform = espressif32
41
+ framework = arduino
42
+ board = esp32-c3-devkitm-1
43
+ upload_protocol = esp-builtin
44
+ monitor_speed = 115200
45
+ check_tool = pvs-studio
46
+
47
+ [env:esp32-c6]
48
+ platform = espressif32
49
+ framework = arduino
50
+ board = esp32-c6-devkitm-1
51
+ upload_protocol = esp-builtin
52
+ monitor_speed = 115200
You can’t perform that action at this time.
0 commit comments