mirror of
https://github.com/pablorevilla-meshtastic/meshview.git
synced 2026-07-06 18:01:05 +02:00
Fix crash when packet can not decode.
This commit is contained in:
@@ -42,7 +42,7 @@
|
||||
{% if packet.pretty_payload %}
|
||||
<div>{{packet.pretty_payload}}<div>
|
||||
{% endif %}
|
||||
{% if packet.raw_mesh_packet.decoded.portnum == 70 %}
|
||||
{% if packet.raw_mesh_packet.decoded and packet.raw_mesh_packet.decoded.portnum == 70 %}
|
||||
<ul>
|
||||
{% for node_id in packet.raw_payload.route %}
|
||||
<li><a
|
||||
|
||||
Reference in New Issue
Block a user