mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-26 01:35:35 +03:00
Implement MSP2_INAV_STATUS as a variation an improved MSP_STATUS_EX,
providing a 32 bit armingFlags (no other changes).
This commit is contained in:
parent
733e425045
commit
73b4f3157c
2 changed files with 13 additions and 6 deletions
|
@ -15,4 +15,7 @@
|
|||
* along with INAV. If not, see <http://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
//#define MSP2_INAV_STATUS 0x1000
|
||||
// iNav specific IDs start from 0x2000
|
||||
// See https://github.com/iNavFlight/inav/wiki/MSP-V2#msp-v2-message-catalogue
|
||||
|
||||
#define MSP2_INAV_STATUS 0x2000
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue