From 078ace50aa97c508bd206a471b59f679089734ac Mon Sep 17 00:00:00 2001 From: Pablo Revilla Date: Tue, 19 Aug 2025 09:07:32 -0700 Subject: [PATCH] New updates to documentation --- meshview/templates/packet.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meshview/templates/packet.html b/meshview/templates/packet.html index d1ea534..c204a75 100644 --- a/meshview/templates/packet.html +++ b/meshview/templates/packet.html @@ -41,8 +41,8 @@ {% if packet.pretty_payload %}
{{packet.pretty_payload}}
{% endif %} - {% if packet.raw_mesh_packet.decoded.reply_id %} - Replying to: {{packet.raw_mesh_packet.decoded.reply_id}} + {% if packet.raw_mesh_packet and packet.raw_mesh_packet.decoded and packet.raw_mesh_packet.decoded.reply_id %} + Reply ID: {{ packet.raw_mesh_packet.decoded.reply_id }} {% endif %} {% if packet.raw_mesh_packet.decoded and packet.raw_mesh_packet.decoded.portnum == 70 %}