Remove unused variable

This commit is contained in:
2026-01-19 18:37:31 +01:00
parent 64cde85752
commit 462485dfa6

View File

@@ -121,7 +121,6 @@ void setup() {
}
bool reset = false;
void loop() {
//Detecting turn-off
if (powerOnState && digitalRead(POWER_PIN) == LOW) {