mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 12:55:14 +03:00
Move apiVersion to appear before profiles in backup file.
This commit is contained in:
parent
2e5acfc1bd
commit
52d7670977
1 changed files with 1 additions and 1 deletions
|
@ -8,8 +8,8 @@ function configuration_backup(callback) {
|
|||
|
||||
var configuration = {
|
||||
'generatedBy': chrome.runtime.getManifest().version,
|
||||
'profiles': [],
|
||||
'apiVersion': CONFIG.apiVersion,
|
||||
'profiles': [],
|
||||
};
|
||||
|
||||
MSP.send_message(MSP_codes.MSP_STATUS, false, false, function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue