Fixup! Hook in the init starter helper

This commit is contained in:
Ben V. Brown
2023-07-18 07:56:58 +10:00
parent 3888bdc04a
commit ae5b9e9717
3 changed files with 12 additions and 4 deletions

View File

@@ -60,6 +60,7 @@ OperatingMode handleHomeButtons(const ButtonState buttons, guiContext *cxt) {
default:
break;
}
return OperatingMode::HomeScreen;
}
void drawDetailedHomeScreen(uint32_t tipTemp) {