mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
Add FF component to VEL XY
This commit is contained in:
parent
731b9e9e29
commit
d242ecc241
8 changed files with 80 additions and 35 deletions
|
@ -201,5 +201,8 @@ var MSPCodes = {
|
|||
|
||||
MSP2_INAV_TEMP_SENSOR_CONFIG: 0x201C,
|
||||
MSP2_INAV_SET_TEMP_SENSOR_CONFIG: 0x201D,
|
||||
MSP2_INAV_TEMPERATURES: 0x201E
|
||||
MSP2_INAV_TEMPERATURES: 0x201E,
|
||||
|
||||
MSP2_PID: 0x2030,
|
||||
MSP2_SET_PID: 0x2031
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue