изменяет задержку перед выключением в begin
This commit is contained in:
parent
41d3f59207
commit
a9e13b78c5
@ -90,7 +90,7 @@ void IRLight::begin() {
|
|||||||
brightness = 14;
|
brightness = 14;
|
||||||
color_temp = 1;
|
color_temp = 1;
|
||||||
irsend->sendRaw(RDButtonCenter, 67, 38);
|
irsend->sendRaw(RDButtonCenter, 67, 38);
|
||||||
delay(250);
|
delay(500);
|
||||||
off();
|
off();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user