File tree Expand file tree Collapse file tree 1 file changed +17
-37
lines changed
examples/arduino-wifiscan Expand file tree Collapse file tree 1 file changed +17
-37
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
-
24
- [env:esp32-s3]
25
- platform = espressif32
26
- framework = arduino
27
- board = esp32-s3-devkitc-1
28
- upload_protocol = esp-builtin
29
- monitor_speed = 115200
30
- check_tool = cppcheck
31
-
32
10
[env:esp32-c2]
33
11
platform = espressif32
34
12
framework = arduino
35
13
board = esp32-c2-devkitm-1
36
14
upload_protocol = esp-prog
37
15
monitor_speed = 115200
38
16
check_tool = clangtidy
39
-
40
- [env:esp32-c3]
41
- platform = espressif32
42
- framework = arduino
43
- board = esp32-c3-devkitm-1
44
- upload_protocol = esp-builtin
45
- monitor_speed = 115200
46
- check_tool = pvs-studio
47
-
48
- [env:esp32-c6]
49
- platform = espressif32
50
- framework = arduino
51
- board = esp32-c6-devkitm-1
52
- upload_protocol = esp-builtin
53
- monitor_speed = 115200
17
+ custom_component_remove =
18
+ espressif/esp-dsp
19
+ espressif/network_provisioning
20
+ espressif/esp-zboss-lib
21
+ espressif/esp-zigbee-lib
22
+ espressif/esp_rainmaker
23
+ espressif/rmaker_common
24
+ espressif/esp_insights
25
+ espressif/esp_diag_data_store
26
+ espressif/esp_diagnostics
27
+ espressif/cbor
28
+ espressif/qrcode
29
+ espressif/esp-sr
30
+ espressif/libsodium
31
+ espressif/esp-modbus
32
+ chmorgan/esp-libhelix-mp3
33
+ espressif/esp32-camera
You can’t perform that action at this time.
0 commit comments