We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60ef22a commit d501a0aCopy full SHA for d501a0a
examples/arduino-wifiscan/platformio.ini
@@ -29,6 +29,23 @@ upload_protocol = esp-builtin
29
monitor_speed = 115200
30
check_tool = cppcheck
31
32
+[env:esp32-c2]
33
+platform = espressif32
34
+framework = arduino
35
+board = esp32-c2-devkitm-1
36
+upload_protocol = esp-prog
37
+monitor_speed = 115200
38
+check_tool = clangtidy
39
+custom_component_remove =
40
+ espressif/esp-dsp
41
+ espressif/network_provisioning
42
+ espressif/esp-zboss-lib
43
+ espressif/esp-zigbee-lib
44
+ espressif/esp_rainmaker
45
+ espressif/esp-sr
46
+ espressif/esp-modbus
47
+ espressif/esp32-camera
48
+
49
[env:esp32-c3]
50
platform = espressif32
51
framework = arduino
0 commit comments