mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-13 11:29:58 +03:00
Add MSP request for UBLOX SatInfo and disable SatInfo on ARMING. (#13240)
This commit is contained in:
parent
b3be3edb0b
commit
22ce586550
5 changed files with 28 additions and 24 deletions
|
@ -4052,6 +4052,12 @@ static mspResult_e mspProcessInCommand(mspDescriptor_t srcDesc, int16_t cmdMSP,
|
|||
break;
|
||||
#endif
|
||||
|
||||
#ifdef USE_GPS_UBLOX
|
||||
case MSP2_UBLOX_REQUEST_SV_INFO:
|
||||
gpsRequestSatInfo();
|
||||
break;
|
||||
#endif
|
||||
|
||||
default:
|
||||
// we do not know how to handle the (valid) message, indicate error MSP $M!
|
||||
return MSP_RESULT_ERROR;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue