From a24ea4d300b6c0c43f63235625eab7e4132b1996 Mon Sep 17 00:00:00 2001 From: Jane Petrovna Date: Wed, 26 May 2021 12:13:31 -0400 Subject: [PATCH] sdasd# Please enter the commit message for your changes. Lines starting --- lights.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lights.js b/lights.js index 450cf38..d8f888e 100644 --- a/lights.js +++ b/lights.js @@ -111,6 +111,7 @@ function fade(index) { if (current_tick_r + 1 >= fade_ticks && current_tick_g + 1 >= fade_ticks && current_tick_b + 1 >= fade_ticks) { + console.log("FINISHED"); pixels[index] = next_pattern[index]; pixel_cache[index] = next_pattern[index]; }