awtrix_upgrade fix + MQTT onstate added

This commit is contained in:
Elfish
2023-04-10 11:43:53 +02:00
parent b7cebe4809
commit a62136d4b3
6 changed files with 54 additions and 22 deletions

View File

@@ -96,7 +96,6 @@ void left_button_pressed()
#ifndef ULANZI
PeripheryManager.playFromFile(DFMINI_MP3_CLICK);
#endif
DisplayManager.leftButton();
MenuManager.leftButton();
}
@@ -106,7 +105,6 @@ void right_button_pressed()
#ifndef ULANZI
PeripheryManager.playFromFile(DFMINI_MP3_CLICK);
#endif
DisplayManager.rightButton();
MenuManager.rightButton();
}