1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 04:15:28 +03:00

Switch to MSP2_INAV_SERVO_MIXER when possible

This commit is contained in:
Pawel Spychalski (DzikuVx) 2019-03-10 12:07:30 +01:00
parent fa3d57749f
commit 6306f53da6
3 changed files with 35 additions and 2 deletions

View file

@ -203,6 +203,11 @@ var MSPCodes = {
MSP2_INAV_SET_TEMP_SENSOR_CONFIG: 0x201D,
MSP2_INAV_TEMPERATURES: 0x201E,
MSP2_INAV_SERVO_MIXER: 0x2020,
MSP2_INAV_SET_SERVO_MIXER: 0x2021,
MSP2_INAV_LOGIC_CONDITIONS: 0x2022,
MSP2_INAV_SET_LOGIC_CONDITIONS: 0x2023,
MSP2_PID: 0x2030,
MSP2_SET_PID: 0x2031
};