diff --git a/src/c3nav/control/templates/control/mesh_node_detail.html b/src/c3nav/control/templates/control/mesh_node_detail.html index e3baf7c2..2484b5a9 100644 --- a/src/c3nav/control/templates/control/mesh_node_detail.html +++ b/src/c3nav/control/templates/control/mesh_node_detail.html @@ -42,8 +42,19 @@
- Chip: {{ node.last_messages.CONFIG_HARDWARE.parsed.get_chip_display }}
- rev{{ node.last_messages.CONFIG_HARDWARE.parsed.revision_major }}.{{ node.last_messages.CONFIG_HARDWARE.parsed.revision_minor }}
+ Board: {{ node.last_messages.CONFIG_BOARD.parsed.board.name }}
+ (with {{ node.last_messages.CONFIG_HARDWARE.parsed.chip.name }} rev{{ node.last_messages.CONFIG_HARDWARE.parsed.revision_major }}.{{ node.last_messages.CONFIG_HARDWARE.parsed.revision_minor }})
+
+ {% if node.last_messages.CONFIG_BOARD.parsed.led %}
+
+ Status LED: {{ node.last_messages.CONFIG_BOARD.parsed.led }}
+ {% endif %}
+
+ {% if node.last_messages.CONFIG_BOARD.parsed.uwb %}
+
+ UWB: {{ node.last_messages.CONFIG_BOARD.parsed.led }}
+ {% endif %}
+
diff --git a/src/c3nav/control/templates/control/mesh_nodes.html b/src/c3nav/control/templates/control/mesh_nodes.html index d15d6a90..3879451f 100644 --- a/src/c3nav/control/templates/control/mesh_nodes.html +++ b/src/c3nav/control/templates/control/mesh_nodes.html @@ -45,8 +45,8 @@