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

Add new MSP parameters

This commit is contained in:
borisbstyle 2016-07-28 01:15:11 +02:00
parent 0e45d2749d
commit 6dcefedde6
2 changed files with 34 additions and 0 deletions

View file

@ -213,6 +213,12 @@
#define MSP_SPECIAL_PARAMETERS 98 // Temporary betaflight parameters before cleanup and keep CF compatibility
#define MSP_SET_SPECIAL_PARAMETERS 99 // Temporary betaflight parameters before cleanup and keep CF compatibility
#define MSP_PIDC_BETAFLIGHT 246
#define MSP_SET_PIDC_BETAFLIGHT 247
#define MSP_RC_SMOOTHING 248
#define MSP_SET_RC_SMOOTHING 249
//
// OSD specific
//