mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-25 17:25:18 +03:00
Merge branch 'submit-simulator-xplane' of https://github.com/RomanLut/inav into submit-gps-fix-estimation
This commit is contained in:
commit
2e0783bed6
1 changed files with 2 additions and 1 deletions
|
@ -3474,7 +3474,8 @@ bool mspFCProcessInOutCommand(uint16_t cmdMSP, sbuf_t *dst, sbuf_t *src, mspResu
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
sbufAdvance(src, 4 + 4 + 4 + 2 + 2 + 2 * 3);
|
sbufAdvance(src, 4 + 4 + 4 + 2 + 2 + 2 * 3);
|
||||||
DISABLE_STATE(GPS_FIX);
|
// Feed data to navigation
|
||||||
|
gpsProcessNewSolutionData();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue