1
0
Fork 0
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:
Kyle K 2019-08-21 19:27:24 +00:00
parent 386c757e45
commit 16cabc93a4
2 changed files with 268 additions and 60 deletions

View file

@ -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) {