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 f974cb2 commit 8fdaaceCopy full SHA for 8fdaace
examples/companion_radio/ui-new/UITask.cpp
@@ -309,6 +309,7 @@ class HomeScreen : public UIScreen {
309
}
310
if (c == KEY_ENTER && _page == HomePage::SENSORS) {
311
_task->toggleGPS();
312
+ next_sensors_refresh=0;
313
return true;
314
315
if (c == KEY_ENTER && _page == HomePage::SHUTDOWN) {
0 commit comments