Skip to content

Commit

Permalink
Update main.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Vedal987 committed Dec 23, 2024
1 parent b12a6c3 commit 00638b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 00638b5

Please sign in to comment.