This website requires JavaScript.
Explore
Help
Sign In
FOSS
/
BangleApps
mirror of
https://github.com/espruino/BangleApps
Watch
1
Star
0
Fork
You've already forked BangleApps
1
Code
Issues
Packages
Projects
Releases
Wiki
Activity
5fe0a7ad6a
BangleApps
/
apps
/
bluetoothdock
/
boot.js
2 lines
88 B
JavaScript
Raw
Blame
History
Bangle
.
on
(
"charging"
,
isCharging
=>
{
if
(
isCharging
)
load
(
"bluetoothdock.app.js"
)
;
}
)
;
Reference in New Issue
View Git Blame
Copy Permalink