Update the light less often to minimize flicker

master
Kuba Orlik 3 months ago
parent e8525f76ac
commit 788ecf9324

@ -83,7 +83,7 @@ module.exports = async function light_loop(light_index, max_brightness, debug) {
} }
last_color = current_color; last_color = current_color;
} else { } else {
await sleep(10); await sleep(250);
} }
} }
}; };

Loading…
Cancel
Save