mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 05:15:21 +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
|
// 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 = 3;
|
profilesN = 2;
|
||||||
|
|
||||||
var configuration = {
|
var configuration = {
|
||||||
'generatedBy': chrome.runtime.getManifest().version,
|
'generatedBy': chrome.runtime.getManifest().version,
|
||||||
|
|
|
@ -144,7 +144,6 @@
|
||||||
<select class="dropdown-select" name="profilechange">
|
<select class="dropdown-select" name="profilechange">
|
||||||
<option value="0">Profile 1</option>
|
<option value="0">Profile 1</option>
|
||||||
<option value="1">Profile 2</option>
|
<option value="1">Profile 2</option>
|
||||||
<option value="2">Profile 3</option>
|
|
||||||
</select>
|
</select>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue