Update settings.js

Changed default heart rate trigger limit to 130
master
Andy Smy 2025-05-13 23:12:54 +01:00 committed by GitHub
parent d758452b3f
commit 31f1a0dd98
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
var settings = Object.assign({
ballsPerOver: 6,
oversPerInnings: 40,
heartRateLimit: 100
heartRateLimit: 130
}, require('Storage').readJSON(FILE, true) || {});
function writeSettings() {