From 71e60eda00a44d9fc253d4ddff122c092a0893d5 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Mon, 21 Feb 2022 10:25:56 +0000 Subject: [PATCH] stop cadence needing GPS - fix #1480 --- modules/exstats.js | 1 - 1 file changed, 1 deletion(-) diff --git a/modules/exstats.js b/modules/exstats.js index 8890ae9db..8a726a5de 100644 --- a/modules/exstats.js +++ b/modules/exstats.js @@ -207,7 +207,6 @@ exports.getStats = function(statIDs, options) { }; } if (statIDs.includes("caden")) { - needGPS = true; stats["caden"]={ title : "Cadence", getValue : function() { return state.stepsPerMin; },