chargent: shorten charged message to fit on screen
parent
09963e92e8
commit
a099174ef0
|
|
@ -25,7 +25,7 @@
|
||||||
require('Storage').writeJSON('chargent.json', {limit: lim});
|
require('Storage').writeJSON('chargent.json', {limit: lim});
|
||||||
}
|
}
|
||||||
const onHide = () => { if(id) id = clearInterval(id) };
|
const onHide = () => { if(id) id = clearInterval(id) };
|
||||||
require('notify').show({id: 'chargent', title: 'Fully charged', onHide });
|
require('notify').show({id: 'chargent', title: 'Charged', onHide });
|
||||||
// TODO ? customizable
|
// TODO ? customizable
|
||||||
Bangle.buzz(500);
|
Bangle.buzz(500);
|
||||||
setTimeout(() => Bangle.buzz(500), 1000);
|
setTimeout(() => Bangle.buzz(500), 1000);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue