From 0de75322d0c758161a4da85ff511f1f84f0d977b Mon Sep 17 00:00:00 2001 From: Bas Delfos Date: Thu, 27 Jul 2017 21:10:22 +0200 Subject: [PATCH] Changes MSP command numbers to be consistent with other MSP commands --- src/main/msp/msp_protocol.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/msp/msp_protocol.h b/src/main/msp/msp_protocol.h index e5596553cb..2529346f2a 100644 --- a/src/main/msp/msp_protocol.h +++ b/src/main/msp/msp_protocol.h @@ -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 //