Forgot to stop the timer again
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Dreaded_X 2022-05-24 18:18:54 +02:00
parent dc0a309b41
commit 12033aab60
Signed by: Dreaded_X
GPG Key ID: 76BDEC4E165D8AD9

View File

@ -205,7 +205,7 @@ func main() {
// Create the ticker, but stop it // Create the ticker, but stop it
ticker := time.NewTicker(time.Second) ticker := time.NewTicker(time.Second)
// ticker.Stop() ticker.Stop()
var brightness uint8 = 1 var brightness uint8 = 1