added empty case for completeness

This commit is contained in:
RaffaelW 2025-02-16 21:22:10 +01:00
parent ba9f8f50c2
commit f649a14811

View file

@ -109,6 +109,9 @@ void onButtonPress()
case Restart:
ESP.restart();
break;
case None:
// do nothing
break;
}
}