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

Calibration tab. Squashed commit. Kudos to @DzikuVx, @skaman82, @Afinogen

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2017-12-31 17:19:49 +10:00
parent 35eb73e5cb
commit 9942e9508e
30 changed files with 1270 additions and 47 deletions

View file

@ -12,6 +12,8 @@ var MSPCodes = {
MSP_NAV_POSHOLD: 12,
MSP_SET_NAV_POSHOLD: 13,
MSP_CALIBRATION_DATA: 14,
MSP_SET_CALIBRATION_DATA: 15,
MSP_POSITION_ESTIMATION_CONFIG: 16,
MSP_SET_POSITION_ESTIMATION_CONFIG: 17,