mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 08:45:28 +03:00
once hardware selected, default to/encourage latest firmware
This commit is contained in:
parent
43bb0e42b5
commit
39fc46e8b0
1 changed files with 3 additions and 0 deletions
|
@ -343,6 +343,9 @@ TABS.firmware_flasher.initialize = function (callback) {
|
|||
versions_e.append(select_e);
|
||||
});
|
||||
}
|
||||
|
||||
// Assume flashing latest, so default to it.
|
||||
versions_e.prop("selectedIndex", 1).change();
|
||||
}
|
||||
chrome.storage.local.set({'selected_board': target});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue