diff --git a/runSchedule.js b/runSchedule.js index 1044095..0684149 100644 --- a/runSchedule.js +++ b/runSchedule.js @@ -57,7 +57,7 @@ function render() { } function getBrightness(x) { - return Math.floor(breathingCurve(x, 8000, 250000, 900000)); + return Math.floor(breathingCurve(x, 8000, 250000, 700000)); } function breathingCurve(x, interval = 3000, min, max) {