mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 01:05:27 +03:00
Changes MSP command numbers to be consistent with other MSP commands
This commit is contained in:
parent
47c95f9a6d
commit
0de75322d0
1 changed files with 3 additions and 3 deletions
|
@ -214,9 +214,6 @@
|
||||||
|
|
||||||
#define MSP_CAMERA_CONTROL 98
|
#define MSP_CAMERA_CONTROL 98
|
||||||
|
|
||||||
#define MSP_BEEPER_CONFIG 99
|
|
||||||
#define MSP_SET_BEEPER_CONFIG 100
|
|
||||||
|
|
||||||
//
|
//
|
||||||
// OSD specific
|
// OSD specific
|
||||||
//
|
//
|
||||||
|
@ -226,6 +223,9 @@
|
||||||
// External OSD displayport mode messages
|
// External OSD displayport mode messages
|
||||||
#define MSP_DISPLAYPORT 182
|
#define MSP_DISPLAYPORT 182
|
||||||
|
|
||||||
|
#define MSP_BEEPER_CONFIG 184
|
||||||
|
#define MSP_SET_BEEPER_CONFIG 185
|
||||||
|
|
||||||
//
|
//
|
||||||
// Multwii original MSP commands
|
// Multwii original MSP commands
|
||||||
//
|
//
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue