switching on the light after the boat disabled
parent
94ad5d6226
commit
7cc9632dfb
|
@ -211,10 +211,10 @@ void setup() {
|
||||||
*/
|
*/
|
||||||
// hinter monitoren - monitor light
|
// hinter monitoren - monitor light
|
||||||
|
|
||||||
ledcWrite(redChannel2, 0);
|
/*ledcWrite(redChannel2, 0);
|
||||||
ledcWrite(greenChannel2, 150);
|
ledcWrite(greenChannel2, 150);
|
||||||
ledcWrite(blueChannel2, 0);
|
ledcWrite(blueChannel2, 0);
|
||||||
|
*/
|
||||||
// unterm schrank - working light
|
// unterm schrank - working light
|
||||||
/*
|
/*
|
||||||
ledcWrite(redChannel3, 0);
|
ledcWrite(redChannel3, 0);
|
||||||
|
|
Loading…
Reference in New Issue