Remove unused variable
This commit is contained in:
@@ -121,7 +121,6 @@ void setup() {
|
||||
}
|
||||
|
||||
|
||||
bool reset = false;
|
||||
void loop() {
|
||||
//Detecting turn-off
|
||||
if (powerOnState && digitalRead(POWER_PIN) == LOW) {
|
||||
|
||||
Reference in New Issue
Block a user