mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Update firmware list for selected board
This commit is contained in:
parent
e61ef7bb93
commit
e515012f3d
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ TABS.firmware_flasher.initialize = function (callback) {
|
|||
chrome.storage.local.get('selected_board', function (result) {
|
||||
if (result.selected_board) {
|
||||
$('select[name="board"]').val(result.selected_board);
|
||||
$('select[name="board"]').trigger("change");
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue