diff --git a/js/serial_backend.js b/js/serial_backend.js index 3ababf34be..2028198b2a 100644 --- a/js/serial_backend.js +++ b/js/serial_backend.js @@ -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) {