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:
parent
0e45d2749d
commit
6dcefedde6
2 changed files with 34 additions and 0 deletions
|
@ -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
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue