mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Merge pull request #2087 from rtlopez/vtx_no_table_fix
vtx tab fix for device without vtx tables
This commit is contained in:
commit
9d54c9acc9
1 changed files with 1 additions and 1 deletions
|
@ -474,7 +474,7 @@ TABS.vtx.initialize = function (callback) {
|
|||
}
|
||||
} else {
|
||||
for (let i = 1; i <= TABS.vtx.MAX_BAND_CHANNELS_VALUES; i++) {
|
||||
selectBand.append(new Option(i18n.getMessage('vtxChannel_X', {channelName: i}), i));
|
||||
selectChannel.append(new Option(i18n.getMessage('vtxChannel_X', {channelName: i}), i));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue