1
0
Fork 0
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:
ArnoTlse 2021-03-02 18:43:29 +01:00
parent 89586d3ac8
commit cf80f8c9ab
12 changed files with 826 additions and 12 deletions

View file

@ -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
};