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:
parent
79c39486db
commit
5916100b22
6 changed files with 102 additions and 2 deletions
|
@ -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
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue