mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
ui: refresh sensors on gps toggle
This commit is contained in:
parent
f974cb2a4f
commit
8fdaaceb1c
1 changed files with 1 additions and 0 deletions
|
|
@ -309,6 +309,7 @@ public:
|
||||||
}
|
}
|
||||||
if (c == KEY_ENTER && _page == HomePage::SENSORS) {
|
if (c == KEY_ENTER && _page == HomePage::SENSORS) {
|
||||||
_task->toggleGPS();
|
_task->toggleGPS();
|
||||||
|
next_sensors_refresh=0;
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
if (c == KEY_ENTER && _page == HomePage::SHUTDOWN) {
|
if (c == KEY_ENTER && _page == HomePage::SHUTDOWN) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue