This commit is contained in:
Noah Axon 2023-11-13 17:41:34 -06:00
parent ab6a190a16
commit 94d8bd0103
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ bool isSwitching = true;
#ifdef RTC
int current_proc = 0; // Start in Clock Mode
#else
int current_prof = 1; // Start in Main Menu mode if no RTC
int current_proc = 1; // Start in Main Menu mode if no RTC
#endif
void switcher_button_proc() {