1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Changes MSP command numbers to be consistent with other MSP commands

This commit is contained in:
Bas Delfos 2017-07-27 21:10:22 +02:00
parent 47c95f9a6d
commit 0de75322d0

View file

@ -214,9 +214,6 @@
#define MSP_CAMERA_CONTROL 98
#define MSP_BEEPER_CONFIG 99
#define MSP_SET_BEEPER_CONFIG 100
//
// OSD specific
//
@ -226,6 +223,9 @@
// External OSD displayport mode messages
#define MSP_DISPLAYPORT 182
#define MSP_BEEPER_CONFIG 184
#define MSP_SET_BEEPER_CONFIG 185
//
// Multwii original MSP commands
//