Update app.js

master
Andy Smy 2025-05-12 17:09:51 +01:00 committed by GitHub
parent 111d04906b
commit b6059cfdb3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 2 deletions

View File

@ -28,7 +28,6 @@ var timeTimes = [];
var log = [];
var timeCalled = false;
var batteryPercents = [];
var battery = getBattery();
var heartRate = '';
var heartRateEventSeconds = 0;
var HRM = false;
@ -77,7 +76,7 @@ function updateHeartRate(h) {
// and memory (can be truncated while running)
function addLog(timeSig, over, ball, matchEvent, metaData) {
var steps = Bangle.getStepCount() - stepCountOffset;
battery = getBattery();
var battery = getBattery();
var csv = [
formatTimeOfDay(timeSig),
over-1, ball,