mirror of https://github.com/espruino/BangleApps
stop cadence needing GPS - fix #1480
parent
eb64a7a436
commit
71e60eda00
|
@ -207,7 +207,6 @@ exports.getStats = function(statIDs, options) {
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
if (statIDs.includes("caden")) {
|
if (statIDs.includes("caden")) {
|
||||||
needGPS = true;
|
|
||||||
stats["caden"]={
|
stats["caden"]={
|
||||||
title : "Cadence",
|
title : "Cadence",
|
||||||
getValue : function() { return state.stepsPerMin; },
|
getValue : function() { return state.stepsPerMin; },
|
||||||
|
|
Loading…
Reference in New Issue