1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-26 01:35:35 +03:00

MSP2 frame for getting and setting new mixer properties

This commit is contained in:
Pawel Spychalski (DzikuVx) 2018-03-28 15:44:34 +02:00
parent 9df8e5cfea
commit d2ecaedc4b
5 changed files with 24 additions and 2 deletions

View file

@ -28,3 +28,6 @@
#define MSP2_INAV_RATE_PROFILE 0x2007
#define MSP2_INAV_SET_RATE_PROFILE 0x2008
#define MSP2_INAV_AIR_SPEED 0x2009
#define MSP2_INAV_MIXER 0x2010
#define MSP2_INAV_SET_MIXER 0x2011