diff --git a/meshview/templates/firehose.html b/meshview/templates/firehose.html index faa0732..78bbc22 100644 --- a/meshview/templates/firehose.html +++ b/meshview/templates/firehose.html @@ -43,7 +43,7 @@ .port-0 { background-color: #6c757d; } .port-1 { background-color: #007bff; } .port-3 { background-color: #28a745; } -.port-4 { background-color: #ffc107; color: #000; } +.port-4 { background-color: #ffc107; } .port-5 { background-color: #dc3545; } .port-6 { background-color: #20c997; } .port-65 { background-color: #ff66b3; } @@ -116,19 +116,11 @@ const PORT_MAP = { 4: "Node Info", 5: "Routing", 6: "Administration", + 8: "Waypoint", 65: "Store Forward", 67: "Telemetry", - 68: "Audio", - 69: "Serial", 70: "Trace Route", 71: "Neighbor Info", - 72: "Channel Info", - 73: "Waypoint", - 74: "Audio Stream", - 75: "Range Test", - 76: "PAXCOUNTER", - 77: "Detour", - 78: "File Transfer" }; const PORT_COLORS = {