mirror of
https://github.com/opentx/opentx.git
synced 2025-07-25 17:25:13 +03:00
GPS distance fix
This commit is contained in:
parent
a180d836ae
commit
402eb726d2
1 changed files with 1 additions and 1 deletions
|
@ -226,7 +226,7 @@ void parseTelemHubByte(uint8_t byte)
|
|||
// First received GPS position => Pilot GPS position
|
||||
getGpsPilotPosition();
|
||||
}
|
||||
else if (frskyHubData.gpsDistNeeded || g_menuStack[0] != menuProcFrsky) {
|
||||
else if (frskyHubData.gpsDistNeeded || g_menuStack[0] == menuProcFrsky) {
|
||||
getGpsDistance();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue