HRM as default

pull/1720/head
David Peer 2022-04-20 17:24:50 +02:00
parent f8a2c280fe
commit 088453d8ce
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ const storage = require('Storage')
let settings = {
alarm: -1,
dataRow1: "Steps",
dataRow2: "Temp",
dataRow2: "HRM",
dataRow3: "Battery",
speed: "kph",
fullscreen: false,

View File

@ -6,7 +6,7 @@
let settings = {
alarm: -1,
dataRow1: "Steps",
dataRow2: "Temp",
dataRow2: "HRM",
dataRow3: "Battery",
speed: "kph",
fullscreen: false,