mirror of https://github.com/espruino/BangleApps
about
parent
0a527c08c6
commit
baa36bdd91
|
@ -132,7 +132,7 @@
|
|||
{
|
||||
"id": "about",
|
||||
"name": "About",
|
||||
"version": "0.10",
|
||||
"version": "0.11",
|
||||
"description": "Bangle.js About page - showing software version, stats, and a collaborative mural from the Bangle.js KickStarter backers",
|
||||
"icon": "app.png",
|
||||
"tags": "tool,system",
|
||||
|
|
|
@ -8,3 +8,4 @@
|
|||
0.08: Make about (mostly) work on non-240px screens
|
||||
0.09: Actual Bangle.js 1 pixels as of 13 Oct 2021
|
||||
0.10: Added separate Bangle.js 2 file with Bangle.js 2 kickstarter pixels (as of 28 Oct 2021)
|
||||
0.11: Bangle.js2: New pixels, btn1 to exit
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,2 +1,2 @@
|
|||
// Config app not implemented yet
|
||||
load("messages.app.js");
|
||||
setTimeout(()=>load("messages.app.js"),10);
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
// Config app not implemented yet
|
||||
load("messages.app.js");
|
||||
setTimeout(()=>load("messages.app.js"),10);
|
||||
|
|
Loading…
Reference in New Issue