mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -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:
|
||||
state.status = AP_GPS::GPS_OK_FIX_3D_RTK_FIXED;
|
||||
break;
|
||||
case 6:
|
||||
state.status = AP_GPS::GPS_OK_FIX_3D_DGPS;
|
||||
break;
|
||||
default:
|
||||
state.status = AP_GPS::NO_FIX;
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user