From 62ec9cbbc2ed38bf6b6cf35df988fdcf77527d8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Wittstr=C3=B8m?= Date: Tue, 15 Aug 2023 14:06:42 +0200 Subject: [PATCH] a line --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 22d6cc2..7c14bc1 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -14,7 +14,6 @@ bool alarmIsDisarming = false; unsigned long previousBuzzerMillis = 0; unsigned long previousButtonMillis = 0; - bool buzzerStatus = false; bool lastButtonState = false;