Fix define data error

master
RKBoss6 2025-07-30 11:15:12 -04:00 committed by GitHub
parent 0875f516a1
commit 274b51853f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
function draw() {
let batt=E.getBattery();
data = require("smartbatt").get();
let data = require("smartbatt").get();
let hrsLeft=data.hrsLeft;
let days = hrsLeft / 24;