1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 04:45:18 +03:00

Move apiVersion to appear before profiles in backup file.

This commit is contained in:
Dominic Clifton 2015-03-22 09:25:32 +00:00
parent 2e5acfc1bd
commit 52d7670977

View file

@ -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 () {