1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-14 11:59:51 +03:00

Merge branch 'Autoland-7.0.1' of https://github.com/Scavanger/inav-configurator into Autoland-7.0.1

This commit is contained in:
Andi Kanzler 2024-02-10 14:10:55 -03:00
commit 276e811a15
5 changed files with 80 additions and 15 deletions

View file

@ -248,5 +248,9 @@ var MSPCodes = {
MSP2_INAV_EZ_TUNE: 0x2070,
MSP2_INAV_EZ_TUNE_SET: 0x2071,
MSP2_INAV_SELECT_MIXER_PROFILE: 0x2080,
MSP2_INAV_SELECT_MIXER_PROFILE: 0x2080,,
MSP2_INAV_SET_LED_STRIP_CONFIG_EX: 0x2049,
MSP2_INAV_FW_APPROACH: 0x204A,
MSP2_INAV_SET_FW_APPROACH: 0x204B
};