mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-06-28 05:52:02 +02:00
New updates to documentation
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user