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:
10
web/index.js
10
web/index.js
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user