mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Set profile count to 3 instead of 2.
Fixes hang on configuration restore.
This commit is contained in:
parent
91bd81bcfa
commit
b6e6e95881
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
||||||
// the data inside nested objects needs to be verified if deep copy works properly
|
// the data inside nested objects needs to be verified if deep copy works properly
|
||||||
function configuration_backup(callback) {
|
function configuration_backup(callback) {
|
||||||
var activeProfile = null,
|
var activeProfile = null,
|
||||||
profilesN = 2;
|
profilesN = 3;
|
||||||
|
|
||||||
var configuration = {
|
var configuration = {
|
||||||
'generatedBy': chrome.runtime.getManifest().version,
|
'generatedBy': chrome.runtime.getManifest().version,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue