New updates to documentation

This commit is contained in:
Pablo Revilla
2025-08-19 09:07:32 -07:00
parent b53bcd2d7b
commit 078ace50aa
+2 -2
View File
@@ -41,8 +41,8 @@
{% if packet.pretty_payload %}
<div>{{packet.pretty_payload}}</div>
{% endif %}
{% if packet.raw_mesh_packet.decoded.reply_id %}
Replying to: <a href="/packet/{{packet.raw_mesh_packet.decoded.reply_id}}">{{packet.raw_mesh_packet.decoded.reply_id}}</a>
{% 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 %}
<ul>