mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-08-03 18:56:15 +00:00
refactor(ui): disable GPS toggle in sensors page
This commit is contained in:
@@ -1020,7 +1020,7 @@ public:
|
|||||||
#endif
|
#endif
|
||||||
#if UI_SENSORS_PAGE == 1
|
#if UI_SENSORS_PAGE == 1
|
||||||
if (c == KEY_ENTER && _page == HomePage::SENSORS) {
|
if (c == KEY_ENTER && _page == HomePage::SENSORS) {
|
||||||
_task->toggleGPS();
|
// _task->toggleGPS();
|
||||||
next_sensors_refresh=0;
|
next_sensors_refresh=0;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user