whoops forgot to remove this debug print

v24-dtr-rts
W3AXL 1 year ago
parent 6e3a34df8f
commit 50cf8d4df7

@ -811,7 +811,6 @@ bool HostSetup::createModem(bool consoleDisplay)
modemPort = new port::UARTPort(uartPort, serialSpeed, true); modemPort = new port::UARTPort(uartPort, serialSpeed, true);
LogInfo(" UART Port: %s", uartPort.c_str()); LogInfo(" UART Port: %s", uartPort.c_str());
LogInfo(" UART Speed: %u", uartSpeed); LogInfo(" UART Speed: %u", uartSpeed);
LogInfo(" Assert RTS enabled");
} }
LogInfo(" RX Invert: %s", rxInvert ? "yes" : "no"); LogInfo(" RX Invert: %s", rxInvert ? "yes" : "no");

Loading…
Cancel
Save

Powered by TurnKey Linux.