1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-15 20:35:19 +03:00

Safehome : read

This commit is contained in:
ArnoTlse 2021-03-22 21:47:02 +01:00
parent cf80f8c9ab
commit a81050d121
11 changed files with 347 additions and 30 deletions

View file

@ -217,6 +217,12 @@ var MSPCodes = {
MSP2_INAV_OPFLOW_CALIBRATION: 0x2032,
MSP2_INAV_FWUPDT_PREPARE: 0x2033,
MSP2_INAV_FWUPDT_STORE: 0x2034,
MSP2_INAV_FWUPDT_EXEC: 0x2035,
MSP2_INAV_FWUPDT_ROLLBACK_PREPARE: 0x2036,
MSP2_INAV_FWUPDT_ROLLBACK_EXEC: 0x2037,
MSP2_INAV_SAFEHOME: 0x2038,
MSP2_INAV_SET_SAFEHOME: 0x2039
};