1
0
Fork 0
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:
Pawel Spychalski (DzikuVx) 2019-03-09 11:57:33 +01:00
parent 731b9e9e29
commit d242ecc241
8 changed files with 80 additions and 35 deletions

View file

@ -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
};