please help with configuration #2194
gregor3636
started this conversation in
General
Replies: 1 comment 13 replies
-
As far as I can see there is only one mention of GPIO4 in second GPIO array and it's mode the same as GPIO5 {
"c":{
"io":[
[
[
0 /*** First array with only GPIO0 ***/
],
6 /*** MODE 6 (Input only with binary input (button/switch) support) ***/
],
[
[
4, /*** Second array with GPIO4, GPIO5, GPIO12, GPIO13, GPIO14 ***/
5,
12,
13,
14
],
7 /*** MODE 7 [Software PWM, only output] for all GPIOs in second array ***/
]
],
"pt":8,
"w":10,
"n ":"RGBW-CCT",
"b":[
{
"g":0,
"t":5
}
]
},
"m":240,
"a":[
{
"s":5,
"t":30,
"g":[
5
],
"b":[
{
"g":0
}
]
}
]
} |
Beta Was this translation helpful? Give feedback.
13 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
how to change gpio4 to gpio5 in config
{"c":{"io":[[[0],6],[[4,5,12,13,14],7]],"pt":8,"w":10,"n ":"RGBW-CCT","b":[{"g":0,"t":5}]},"m":240,"a":[{"s":5,"t" :30,"g":[5],"b":[{"g":0}]}]}
Beta Was this translation helpful? Give feedback.
All reactions