mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-23 16:25:19 +03:00
Update serial_backend.js
Better to have this code elsewhere. Reverted file to original form.
This commit is contained in:
parent
4831912b5d
commit
51a62fc857
1 changed files with 0 additions and 3 deletions
|
@ -236,9 +236,6 @@ function onOpen(openInfo) {
|
||||||
GUI.connecting_to = false;
|
GUI.connecting_to = false;
|
||||||
|
|
||||||
GUI.log(chrome.i18n.getMessage('serialPortOpened', [openInfo.connectionId]));
|
GUI.log(chrome.i18n.getMessage('serialPortOpened', [openInfo.connectionId]));
|
||||||
|
|
||||||
// Reset the osdUnits
|
|
||||||
globalSettings.osdUnits = null;
|
|
||||||
|
|
||||||
// save selected port with chrome.storage if the port differs
|
// save selected port with chrome.storage if the port differs
|
||||||
chrome.storage.local.get('last_used_port', function (result) {
|
chrome.storage.local.get('last_used_port', function (result) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue