mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 09:15:49 +03:00
Restore experimental backup and restore only for virtual and fw below 4.3 (#3134)
Restore backup and restore
This commit is contained in:
parent
867b59d204
commit
c625741604
11 changed files with 1469 additions and 688 deletions
|
@ -1,15 +1,8 @@
|
|||
'use strict';
|
||||
|
||||
const API_VERSION_1_31 = '1.31.0';
|
||||
const API_VERSION_1_32 = '1.32.0';
|
||||
const API_VERSION_1_33 = '1.33.0';
|
||||
const API_VERSION_1_34 = '1.34.0';
|
||||
const API_VERSION_1_35 = '1.35.0';
|
||||
const API_VERSION_1_36 = '1.36.0';
|
||||
const API_VERSION_1_37 = '1.37.0';
|
||||
const API_VERSION_1_38 = '1.38.0';
|
||||
const API_VERSION_1_39 = '1.39.0';
|
||||
const API_VERSION_1_40 = '1.40.0';
|
||||
|
||||
const API_VERSION_1_41 = '1.41.0';
|
||||
const API_VERSION_1_42 = '1.42.0';
|
||||
const API_VERSION_1_43 = '1.43.0';
|
||||
|
@ -19,6 +12,7 @@ const API_VERSION_1_45 = '1.45.0';
|
|||
const CONFIGURATOR = {
|
||||
// all versions are specified and compared using semantic versioning http://semver.org/
|
||||
API_VERSION_ACCEPTED: API_VERSION_1_41,
|
||||
API_VERSION_MIN_SUPPORTED_BACKUP_RESTORE: API_VERSION_1_41,
|
||||
API_VERSION_MAX_SUPPORTED: API_VERSION_1_45,
|
||||
|
||||
connectionValid: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue