1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-25 01:05:12 +03:00

[OPFLOW] Initial cut on optic flow calibration

This commit is contained in:
Konstantin Sharlaimov (DigitalEntity) 2019-05-01 21:42:31 +02:00
parent 79c39486db
commit 5916100b22
6 changed files with 102 additions and 2 deletions

View file

@ -209,5 +209,7 @@ var MSPCodes = {
MSP2_INAV_SET_LOGIC_CONDITIONS: 0x2023,
MSP2_PID: 0x2030,
MSP2_SET_PID: 0x2031
MSP2_SET_PID: 0x2031,
MSP2_INAV_OPFLOW_CALIBRATION: 0x2032
};