mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-16 21:05:30 +03:00
initial go at flashing unified target with a config
This commit is contained in:
parent
386c757e45
commit
16cabc93a4
2 changed files with 268 additions and 60 deletions
|
@ -66,7 +66,7 @@ PortHandler.check = function () {
|
|||
|
||||
// auto-select last used port (only during initialization)
|
||||
if (!self.initial_ports) {
|
||||
chrome.storage.local.get('last_used_port', function (result) {
|
||||
ConfigStorage.get('last_used_port', function (result) {
|
||||
// if last_used_port was set, we try to select it
|
||||
if (result.last_used_port) {
|
||||
current_ports.forEach(function(port) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue