1
0
Fork 0
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:
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,

View file

@ -144,7 +144,6 @@
<select class="dropdown-select" name="profilechange">
<option value="0">Profile 1</option>
<option value="1">Profile 2</option>
<option value="2">Profile 3</option>
</select>
</form>
</div>