refactor(ui): disable GPS toggle in sensors page

This commit is contained in:
Jakub
2026-05-25 19:26:02 +02:00
parent ad4a4ccba8
commit bb33a23543

View File

@@ -1020,7 +1020,7 @@ public:
#endif
#if UI_SENSORS_PAGE == 1
if (c == KEY_ENTER && _page == HomePage::SENSORS) {
_task->toggleGPS();
// _task->toggleGPS();
next_sensors_refresh=0;
return true;
}