diff --git a/apps/smartbatt/module.js b/apps/smartbatt/module.js index afd5dc6bb..30e84aa49 100644 --- a/apps/smartbatt/module.js +++ b/apps/smartbatt/module.js @@ -113,7 +113,7 @@ exports.changeInterval = function(newInterval) { clearInterval(interval); interval=setInterval(recordBattery, newInterval); - }; + } // Start recording every 5 minutes interval=setInterval(recordBattery, 600000); recordBattery(); // Log immediately