mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-05 07:28:29 -04:00
AP_GPS: fix SBAS mode in the SBP2 driver
This commit is contained in:
parent
1e56ad4837
commit
f67a9af339
@ -337,6 +337,9 @@ AP_GPS_SBP2::_attempt_state_update()
|
|||||||
case 4:
|
case 4:
|
||||||
state.status = AP_GPS::GPS_OK_FIX_3D_RTK_FIXED;
|
state.status = AP_GPS::GPS_OK_FIX_3D_RTK_FIXED;
|
||||||
break;
|
break;
|
||||||
|
case 6:
|
||||||
|
state.status = AP_GPS::GPS_OK_FIX_3D_DGPS;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
state.status = AP_GPS::NO_FIX;
|
state.status = AP_GPS::NO_FIX;
|
||||||
break;
|
break;
|
||||||
|
Loading…
Reference in New Issue
Block a user