File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed
examples/arduino-rmt-blink Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -4,8 +4,11 @@ framework = arduino
4
4
board = esp32-s2-saola-1
5
5
lib_ignore = ble
6
6
wifi
7
+ ESP RainMaker
8
+ ESP Insights
7
9
spiffs
8
10
NetworkClientSecure
11
+ Zigbee
9
12
build_flags = -DBUILTIN_RGBLED_PIN =18
10
13
-DNR_OF_LEDS =1
11
14
@@ -15,8 +18,11 @@ framework = arduino
15
18
board = esp32-s3-devkitc-1
16
19
lib_ignore = ble
17
20
wifi
21
+ ESP RainMaker
22
+ ESP Insights
18
23
spiffs
19
24
NetworkClientSecure
25
+ Zigbee
20
26
build_flags = -DBUILTIN_RGBLED_PIN =48
21
27
-DNR_OF_LEDS =1
22
28
@@ -26,8 +32,11 @@ framework = arduino
26
32
board = esp32-c3-devkitm-1
27
33
lib_ignore = ble
28
34
wifi
35
+ ESP RainMaker
36
+ ESP Insights
29
37
spiffs
30
38
NetworkClientSecure
39
+ Zigbee
31
40
build_flags = -DBUILTIN_RGBLED_PIN =8
32
41
-DNR_OF_LEDS =1
33
42
@@ -37,8 +46,11 @@ framework = arduino
37
46
board = esp32-c5-devkitc-1
38
47
lib_ignore = ble
39
48
wifi
49
+ ESP RainMaker
50
+ ESP Insights
40
51
spiffs
41
52
NetworkClientSecure
53
+ Zigbee
42
54
build_flags = -DBUILTIN_RGBLED_PIN =27
43
55
-DNR_OF_LEDS =1
44
56
@@ -48,7 +60,10 @@ framework = arduino
48
60
board = esp32-c6-devkitm-1
49
61
lib_ignore = ble
50
62
wifi
63
+ ESP RainMaker
64
+ ESP Insights
51
65
spiffs
52
66
NetworkClientSecure
67
+ Zigbee
53
68
build_flags = -DBUILTIN_RGBLED_PIN =8
54
69
-DNR_OF_LEDS =1
You can’t perform that action at this time.
0 commit comments