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
6676b32f9a
BangleApps
/
apps
/
boot
/
boot0.js
3 lines
91 B
JavaScript
Raw
Normal View
History
Unescape
Escape
boot 0.23: Move to a precalculated .boot0 file which should speed up load time setting 0.25: Move boot.js code into 'boot' app itself launch 0.05: Use g.theme for colours widbat 0.06: Use 'g.theme' (requires bootloader 0.23) widlock: new widget
2021-05-26 15:21:52 +00:00
// Initially this runs and rewrites itself
eval
(
require
(
'Storage'
)
.
read
(
'bootupdate.js'
)
)
;