mirror of
https://github.com/pelgraine/Meck.git
synced 2026-08-10 18:52:44 +02:00
increased gps duty cycle timing to 3 minutes awake
This commit is contained in:
@@ -939,6 +939,12 @@ void handleKeyboardInput() {
|
||||
Serial.println("Nav: Back to home");
|
||||
ui_task.gotoHomeScreen();
|
||||
break;
|
||||
|
||||
case 'u':
|
||||
case 'U':
|
||||
// Forward to UI for UTC offset editor on GPS page
|
||||
ui_task.injectKey('u');
|
||||
break;
|
||||
|
||||
case ' ':
|
||||
// Space - also acts as next/select
|
||||
|
||||
Reference in New Issue
Block a user