stop cadence needing GPS - fix #1480

pull/1491/head^2
Gordon Williams 2022-02-21 10:25:56 +00:00
parent eb64a7a436
commit 71e60eda00
1 changed files with 0 additions and 1 deletions

View File

@ -207,7 +207,6 @@ exports.getStats = function(statIDs, options) {
};
}
if (statIDs.includes("caden")) {
needGPS = true;
stats["caden"]={
title : "Cadence",
getValue : function() { return state.stepsPerMin; },