mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 04:15:28 +03:00
Provide a migration path from pre-1.8.0 firmware backups.
This commit is contained in:
parent
4b2704e784
commit
b2be2853b4
8 changed files with 148 additions and 46 deletions
|
@ -3,9 +3,9 @@
|
|||
var CONFIGURATOR = {
|
||||
'releaseDate': 1424462791805, // new Date().getTime() - 2015.02.20
|
||||
'apiVersionAccepted': 1.2,
|
||||
'backupRestoreMinApiVersionAccepted': 1.6,
|
||||
'backupRestoreMinApiVersionAccepted': 1.5,
|
||||
'pidControllerChangeMinApiVersion': 1.5,
|
||||
'backupFileMinVersionAccepted': '0.63', // chrome.runtime.getManifest().version is stored as string, so does this one
|
||||
'backupFileMinVersionAccepted': '0.55', // chrome.runtime.getManifest().version is stored as string, so does this one
|
||||
'connectionValid': false,
|
||||
'connectionValidCliOnly': false,
|
||||
'cliActive': false,
|
||||
|
@ -89,6 +89,8 @@ var SERVO_CONFIG = [];
|
|||
|
||||
var SERIAL_CONFIG = {
|
||||
ports: [],
|
||||
|
||||
// pre 1.6 settings
|
||||
mspBaudRate: 0,
|
||||
gpsBaudRate: 0,
|
||||
gpsPassthroughBaudRate: 0,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue