1
0
mirror of https://github.com/thooge/esp32-nmea2000-obp60.git synced 2025-12-12 13:33:06 +01:00

intermediate: channel config 1st tests

This commit is contained in:
wellenvogel
2021-12-29 20:19:07 +01:00
parent 01dae66459
commit 298b6c1640
3 changed files with 14 additions and 10 deletions

View File

@@ -306,12 +306,14 @@ function updateMsgDetails(key, details) {
let counters={
count2Kin: 'NMEA2000 in',
count2Kout: 'NMEA2000 out',
countTCPin: 'TCP in',
countTCPout: 'TCP out',
countTCPServerin: 'TCPserver in',
countTCPServerout: 'TCPserver out',
countTCPclientin: 'TCPclient in',
countTCPclientout: 'TCPclient out',
countUSBin: 'USB in',
countUSBout: 'USB out',
countSerialIn: 'Serial in',
countSerialOut: 'Serial out'
countSERIn: 'Serial in',
countSEROut: 'Serial out'
}
function showOverlay(text, isHtml) {
let el = document.getElementById('overlayContent');