1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-16 12:55:14 +03:00

Remove 3rd Profile selection

This commit is contained in:
U-DESKTOP-12PPI61\boris.bozic 2016-06-20 22:55:10 +02:00
parent 0bde64a15e
commit bacea00546
2 changed files with 1 additions and 2 deletions

View file

@ -4,7 +4,7 @@
// the data inside nested objects needs to be verified if deep copy works properly
function configuration_backup(callback) {
var activeProfile = null,
profilesN = 3;
profilesN = 2;
var configuration = {
'generatedBy': chrome.runtime.getManifest().version,