Lots of refactoring

This commit is contained in:
2025-06-11 10:55:00 -05:00
parent a437bcf8b5
commit aaa7f0dc29
35 changed files with 1165 additions and 809 deletions

View File

@@ -27,13 +27,7 @@ void mode_menu(void)
uint32_t value = 22370; // testing only
uint32_t tmp;
static bool keithistan = false;
// Delay_Ticks(10);
keithistan ^= 1; //toggle
Select_Next_Mode(); //
Select_Next_Mode();
Port_changed_flag = true;