mirror of
https://github.com/thooge/esp32-nmea2000-obp60.git
synced 2025-12-12 13:33:06 +01:00
make the serial input/outout working again, show it's counters correctly
This commit is contained in:
@@ -320,8 +320,8 @@ let counters={
|
||||
countTCPClientout: 'TCPclient out',
|
||||
countUSBin: 'USB in',
|
||||
countUSBout: 'USB out',
|
||||
countSERIn: 'Serial in',
|
||||
countSEROut: 'Serial out'
|
||||
countSERin: 'Serial in',
|
||||
countSERout: 'Serial out'
|
||||
}
|
||||
function showOverlay(text, isHtml) {
|
||||
let el = document.getElementById('overlayContent');
|
||||
|
||||
Reference in New Issue
Block a user