Update interface.html

Switched HR and Battery column
master
Andy Smy 2025-05-12 19:01:18 +01:00 committed by GitHub
parent 3fdfe6fafe
commit 24eb234a1a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -35,8 +35,8 @@ function getData() {
<th>Event</th>
<th>Metadata</th>
<th>Steps</th>
<th>Heart Rate</th>
<th>Battery %</th>
<th>Heart Rate</th>
</tr>`+data.trim().split("\n").map(l=>{
l = l.split(",");
return `<tr>