mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
log baud speed on port.connect
This commit is contained in:
parent
dd72cf25ee
commit
bb7bedaf14
1 changed files with 1 additions and 1 deletions
|
@ -214,7 +214,7 @@ function onOpen(openInfo) {
|
|||
// reset connecting_to
|
||||
GUI.connecting_to = false;
|
||||
|
||||
console.log('Connection was opened with ID: ' + openInfo.connectionId);
|
||||
console.log('Connection was opened with ID: ' + openInfo.connectionId + ', Baud: ' + openInfo.bitrate);
|
||||
|
||||
// save selected port with chrome.storage if the port differs
|
||||
chrome.storage.local.get('last_used_port', function(result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue