it's cm_to_m not m_to_cm
This commit is contained in:
parent
c3a9b178f7
commit
414f124322
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>{% mesh_node entry.peer %}</td>
|
<td>{% mesh_node entry.peer %}</td>
|
||||||
<td>{{ entry.rssi }}</td>
|
<td>{{ entry.rssi }}</td>
|
||||||
<td>{{ entry.distance | m_to_cm }}</td>
|
<td>{{ entry.distance | cm_to_m }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</table>
|
</table>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue