mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-15 22:37:35 +00:00
Add dismissing the GPS screen
This commit is contained in:
@@ -1115,6 +1115,10 @@ void Screen::dismissCurrentFrame()
|
||||
LOG_INFO("Dismiss Bearings");
|
||||
dismissedFrames.nodelist_bearings = true;
|
||||
dismissed = true;
|
||||
} else if (currentFrame == framesetInfo.positions.gps) {
|
||||
LOG_INFO("Dismiss Position");
|
||||
dismissedFrames.gps = true;
|
||||
dismissed = true;
|
||||
}
|
||||
|
||||
if (dismissed) {
|
||||
|
||||
Reference in New Issue
Block a user