We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d65122 commit f974cb2Copy full SHA for f974cb2
examples/companion_radio/ui-new/UITask.cpp
@@ -307,6 +307,10 @@ class HomeScreen : public UIScreen {
307
}
308
return true;
309
310
+ if (c == KEY_ENTER && _page == HomePage::SENSORS) {
311
+ _task->toggleGPS();
312
+ return true;
313
+ }
314
if (c == KEY_ENTER && _page == HomePage::SHUTDOWN) {
315
_shutdown_init = true; // need to wait for button to be released
316
0 commit comments