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) {

View File

@@ -2,7 +2,7 @@
OperatingMode gui_SolderingSleepingMode(const ButtonState buttons, guiContext *cxt) {
#ifdef NO_SLEEP_MODE
return OperatingMode::SolderingMode;
return OperatingMode::Soldering;
#endif
// Drop to sleep temperature and display until movement or button press