From d53eebbbebd48b73bf6cfce61e1386811da6f3a7 Mon Sep 17 00:00:00 2001 From: prokrypt Date: Fri, 28 Mar 2025 18:04:14 -0700 Subject: [PATCH] node_traffic.html: add waypoint because waypoints are fun and we need more. --- meshview/templates/node_traffic.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meshview/templates/node_traffic.html b/meshview/templates/node_traffic.html index 96ea5f9..571114a 100644 --- a/meshview/templates/node_traffic.html +++ b/meshview/templates/node_traffic.html @@ -76,6 +76,8 @@ NODEINFO_APP {% elif port.portnum == 5 %} ROUTING_APP + {% elif port.portnum == 8 %} + WAYPOINT_APP {% elif port.portnum == 67 %} TELEMETRY_APP {% elif port.portnum == 70 %}