mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 00:05:22 +03:00
Fix duplicate option with value '0` for firmware selection. Fixes #195
This commit is contained in:
parent
41cd7f3f18
commit
e10d8997c4
1 changed files with 1 additions and 1 deletions
|
@ -95,7 +95,7 @@ TABS.firmware_flasher.initialize = function (callback) {
|
|||
return cmpVal;
|
||||
});
|
||||
|
||||
var optionIndex = 0;
|
||||
var optionIndex = 1;
|
||||
releaseDescritpors.forEach(function(descriptor){
|
||||
var select_e =
|
||||
$("<option value='{0}'>{1} {2} {3} ({4})</option>".format(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue