mirror of
https://github.com/HendrikRauh/dmx-interface.git
synced 2025-05-19 10:32:56 +00:00
added empty case for completeness
This commit is contained in:
parent
ba9f8f50c2
commit
f649a14811
1 changed files with 3 additions and 0 deletions
|
@ -109,6 +109,9 @@ void onButtonPress()
|
|||
case Restart:
|
||||
ESP.restart();
|
||||
break;
|
||||
case None:
|
||||
// do nothing
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue