1
0
Fork 0
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:
cTn 2014-01-23 00:36:36 +01:00
parent dd72cf25ee
commit bb7bedaf14

View file

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