mirror of https://github.com/espruino/BangleApps
Fix for when to include maxbpm
parent
9f10a3bdfe
commit
7322013f10
|
@ -237,7 +237,7 @@ exports.getStats = function(statIDs, options) {
|
|||
getString : function() { return state.BPM||"--" },
|
||||
};
|
||||
}
|
||||
if (statIDs.includes("bpm")) {
|
||||
if (statIDs.includes("maxbpm")) {
|
||||
needHRM = true;
|
||||
stats["maxbpm"]={
|
||||
title : "Max BPM",
|
||||
|
|
Loading…
Reference in New Issue