Baud rate change message type is now just a log msg

pull/1/head
Melissa LeBlanc-Williams 6 years ago
parent 2bf262dc32
commit 91f89ff168

@ -822,7 +822,7 @@ let espTool = {
port.baudRate = baud;
await sleep(50);
await this.checkCommand(ESP_CHANGE_BAUDRATE, buffer);
debugMsg("Changed baud rate to " + port.baudRate);
logMsg("Changed baud rate to " + port.baudRate);
},
pack: function(...args) {

Loading…
Cancel
Save