it's cm_to_m not m_to_cm

This commit is contained in:
Laura Klünder 2023-11-11 17:19:56 +01:00
parent c3a9b178f7
commit 414f124322

View file

@ -112,7 +112,7 @@
<tr>
<td>{% mesh_node entry.peer %}</td>
<td>{{ entry.rssi }}</td>
<td>{{ entry.distance | m_to_cm }}</td>
<td>{{ entry.distance | cm_to_m }}</td>
</tr>
{% endfor %}
</table>