изменяет задержку перед выключением в begin

This commit is contained in:
Maxim Slipenko 2023-01-18 19:56:25 +03:00
parent 41d3f59207
commit a9e13b78c5

View File

@ -90,7 +90,7 @@ void IRLight::begin() {
brightness = 14;
color_temp = 1;
irsend->sendRaw(RDButtonCenter, 67, 38);
delay(250);
delay(500);
off();
}