Remove unused variable

This commit is contained in:
C0d3v 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() { void loop() {
//Detecting turn-off //Detecting turn-off
if (powerOnState && digitalRead(POWER_PIN) == LOW) { if (powerOnState && digitalRead(POWER_PIN) == LOW) {