File tree Expand file tree Collapse file tree 1 file changed +29
-0
lines changed
examples/arduino-wifiscan Expand file tree Collapse file tree 1 file changed +29
-0
lines changed Original file line number Diff line number Diff line change 7
7
; Please visit documentation for the other options and examples
8
8
; http://docs.platformio.org/page/projectconf.html
9
9
10
+ [env:esp-wrover-kit]
11
+ platform = espressif32
12
+ framework = arduino
13
+ board = esp-wrover-kit
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
+ check_tool = clangtidy
23
+
10
24
[env:esp32-s3]
11
25
platform = espressif32
12
26
framework = arduino
@@ -31,3 +45,18 @@ custom_component_remove =
31
45
espressif/esp-sr
32
46
espressif/esp-modbus
33
47
espressif/esp32-camera
48
+
49
+ [env:esp32-c3]
50
+ platform = espressif32
51
+ framework = arduino
52
+ board = esp32-c3-devkitm-1
53
+ upload_protocol = esp-builtin
54
+ monitor_speed = 115200
55
+ check_tool = pvs-studio
56
+
57
+ [env:esp32-c6]
58
+ platform = espressif32
59
+ framework = arduino
60
+ board = esp32-c6-devkitm-1
61
+ upload_protocol = esp-builtin
62
+ monitor_speed = 115200
You can’t perform that action at this time.
0 commit comments