1

merged cleanup

This commit is contained in:
2022-07-24 21:12:31 +02:00
parent 5ff3d72bfd
commit 6481bae5f6
92 changed files with 663 additions and 755 deletions

View File

@ -37,7 +37,7 @@ void MainMenu::run() {
char input = '\0';
unsigned int running_demo = 0;
while (running) {
input = this->listener.waitForKeyEvent();
input = listener.waitForKeyEvent();
if ((input >= '0' && input <= '9') || input == '!') {
switch (input) {