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:
parent
0bde64a15e
commit
bacea00546
2 changed files with 1 additions and 2 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue