mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-03-04 23:27:46 +01:00
worked on making map and base all API driven
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user