mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
Add Safehome tab
This commit is contained in:
parent
89586d3ac8
commit
cf80f8c9ab
12 changed files with 826 additions and 12 deletions
|
@ -215,5 +215,8 @@ var MSPCodes = {
|
|||
MSP2_PID: 0x2030,
|
||||
MSP2_SET_PID: 0x2031,
|
||||
|
||||
MSP2_INAV_OPFLOW_CALIBRATION: 0x2032
|
||||
MSP2_INAV_OPFLOW_CALIBRATION: 0x2032,
|
||||
|
||||
MSP2_INAV_SAFEHOME: 0x2038,
|
||||
MSP2_INAV_SET_SAFEHOME: 0x2039
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue