1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 04:45:20 +03:00

Add beeper configuration to Configuration tab

This commit is contained in:
Bas Delfos 2017-07-25 22:21:02 +02:00
parent fc371852b2
commit a693761bff
9 changed files with 269 additions and 84 deletions

View file

@ -76,9 +76,9 @@ var MSPCodes = {
MSP_SET_PID_ADVANCED: 95,
MSP_SENSOR_CONFIG: 96,
MSP_SET_SENSOR_CONFIG: 97,
//MSP_SPECIAL_PARAMETERS: 98, // DEPRECATED
//MSP_SET_SPECIAL_PARAMETERS: 99, // DEPRECATED
//MSP_IDENT: 100, // DEPRECTED
MSP_CAMERA_CONTROL: 98,
MSP_BEEPER_CONFIG: 99,
MSP_SET_BEEPER_CONFIG: 100,
MSP_STATUS: 101,
MSP_RAW_IMU: 102,
MSP_SERVO: 103,