diff --git a/main.js b/main.js index 782167c..230c208 100644 --- a/main.js +++ b/main.js @@ -95,7 +95,7 @@ function fetchTargetColor() { } // Update interpolation frequently for smooth animation -setInterval(updateLampColor, 16); // ~60fps +//setInterval(updateLampColor, 16); // ~60fps // Fetch new target color less frequently //fetchTargetColor(); // Initial fetch