From a09a34638d001a5caaad1674f5f7ec31bb154bbb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Laura=20Kl=C3=BCnder?= Date: Fri, 29 Mar 2024 18:08:20 +0100 Subject: [PATCH] UPLINK/IBEACON typo --- src/c3nav/mesh/templates/mesh/node_detail.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/c3nav/mesh/templates/mesh/node_detail.html b/src/c3nav/mesh/templates/mesh/node_detail.html index 977c4bdc..e0aad9ae 100644 --- a/src/c3nav/mesh/templates/mesh/node_detail.html +++ b/src/c3nav/mesh/templates/mesh/node_detail.html @@ -117,8 +117,8 @@

iBeacon configuration

UUID: {{ node.last_messages.CONFIG_IBEACON.parsed.content.uuid }}
- Major: {{ node.last_messages.CONFIG_UPLINK.parsed.content.major }}
- Minor: {{ node.last_messages.CONFIG_UPLINK.parsed.content.minor }} + Major: {{ node.last_messages.CONFIG_IBEACON.parsed.content.major }}
+ Minor: {{ node.last_messages.CONFIG_IBEACON.parsed.content.minor }}