mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 20:35:19 +03:00
Save and load mission from EEPROM, fix bugs
This commit is contained in:
parent
efda795698
commit
536c5488e4
5 changed files with 72 additions and 31 deletions
|
@ -17,6 +17,7 @@ var MSPCodes = {
|
|||
|
||||
MSP_POSITION_ESTIMATION_CONFIG: 16,
|
||||
MSP_SET_POSITION_ESTIMATION_CONFIG: 17,
|
||||
MSP_WP_MISSION_LOAD: 18,
|
||||
MSP_WP_MISSION_SAVE: 19,
|
||||
MSP_WP_GETINFO: 20,
|
||||
MSP_RTH_AND_LAND_CONFIG: 21,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue