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

MSP layer

This commit is contained in:
Pawel Spychalski (DzikuVx) 2023-10-08 18:08:58 +02:00
parent 0435eb732b
commit 4b2e6e3777
3 changed files with 53 additions and 1 deletions

View file

@ -240,5 +240,8 @@ var MSPCodes = {
MSP2_INAV_SET_LED_STRIP_CONFIG_EX: 0x2049,
MSP2_INAV_RATE_DYNAMICS: 0x2060,
MSP2_INAV_SET_RATE_DYNAMICS: 0x2061
MSP2_INAV_SET_RATE_DYNAMICS: 0x2061,
MSP2_INAV_EZ_TUNE: 0x2070,
MSP2_INAV_EZ_TUNE_SET: 0x2071
};