From 12033aab608fd883dcca8b43ed039adc2a831680 Mon Sep 17 00:00:00 2001 From: Dreaded_X Date: Tue, 24 May 2022 18:18:54 +0200 Subject: [PATCH] Forgot to stop the timer again --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 1bce713..3116341 100644 --- a/main.go +++ b/main.go @@ -205,7 +205,7 @@ func main() { // Create the ticker, but stop it ticker := time.NewTicker(time.Second) - // ticker.Stop() + ticker.Stop() var brightness uint8 = 1