From cf51c17dc587e23a591ac01dae20c27666ce6954 Mon Sep 17 00:00:00 2001 From: Gordon Williams Date: Wed, 20 Oct 2021 08:50:51 +0100 Subject: [PATCH] Adding Bangle.js 2 firmware update app --- apps.json | 11 ++ apps/fwupdate/ChangeLog | 1 + apps/fwupdate/app.png | Bin 0 -> 1024 bytes apps/fwupdate/custom.html | 284 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 296 insertions(+) create mode 100644 apps/fwupdate/ChangeLog create mode 100644 apps/fwupdate/app.png create mode 100644 apps/fwupdate/custom.html diff --git a/apps.json b/apps.json index a4fc86f5b..a28e57c59 100644 --- a/apps.json +++ b/apps.json @@ -1,4 +1,15 @@ [ + { "id": "fwupdate", + "name": "Firmware Update", + "icon": "app.png", + "version":"0.01", + "description": "Uploads new Espruino firmwares to Bangle.js 2", + "custom": "custom.html", "customConnect":true, + "tags": "tools,system,b2", + "type": "RAM", + "storage": [ ], + "sortorder" : -20 + }, { "id": "boot", "name": "Bootloader", "tags": "tool,system,b2", diff --git a/apps/fwupdate/ChangeLog b/apps/fwupdate/ChangeLog new file mode 100644 index 000000000..ec66c5568 --- /dev/null +++ b/apps/fwupdate/ChangeLog @@ -0,0 +1 @@ +0.01: Initial version diff --git a/apps/fwupdate/app.png b/apps/fwupdate/app.png new file mode 100644 index 0000000000000000000000000000000000000000..1fabf06a231757bb3ce7c0a975acc7584b4a56f9 GIT binary patch literal 1024 zcmV+b1poVqP)uaT$&HuBly3iqutecYL@+#hAWNDI*M@qvcj z{0p#GG4V2PIwi-Bb)w2?MHL93MeBN27Y|^ytcB~M%o%9`h-?fpQR!@mGUY&6hekg8 zsE1~pi{4?W)fO+G^9FPip1;3h-3nB@#`bJZ)-R+Vvqb8da^Iy|Ar(D@#8pODO`9f~DsD2SbV9!{}uJqB$5ffXZ z0(9%v!A9CW1>6`$NMgrMP*^NYg>eJ;Ig@s8lc`!W$k6B`uBSV%3ld7aef!-cC!Pnu zJ3EJa^2adlqxF`(A9yRs&}bPILUt>KNNCJ%sZgKd+VJb*PExWablRE%<(?E|7u z0lylVIu5D*?;wujJLZp`L3F~z(x?EZTrIc7-K^+GzJ@+`yX&d=An2DKa)(o{mQA#U z?uF*_xyLQhL#oSLhU7CZlGwh}*MITbDcT=@xRMf2kQXxL6aF`8nOhGu^4V6J66^wF*Y362uo7SYt9OGurtQVS@X{qR|Yu9Cl zrR*~i4-?|gwhIA3o86>tnMF_KTulB#)XpUSpY)r1FpzRz{1kyIThaaTzACj zq(>2bW9hi)iwI5NwM^>5NZWFULG}T^EKRpP%bg6PDRe8*C}bb;R2}E)<`F5*wlAN% zRLD-)$|t@7lqa2|mCw6|wrok%*IT>#ey9(k`M|w7&+>loP3XxzneR^2qRJWVe<9W2 zGefd-Cd!nN7BG0t=vlz^F>%vFH~$u8&PWT8V$l_t@iF;cibcNyV`5@Lvg$tY^~gw{ u&Mm$1@Z8*rTBF?u{sZCyVq#)q*2Ld{{4L>OJ%qXd0000G`?< literal 0 HcmV?d00001 diff --git a/apps/fwupdate/custom.html b/apps/fwupdate/custom.html new file mode 100644 index 000000000..5286ef062 --- /dev/null +++ b/apps/fwupdate/custom.html @@ -0,0 +1,284 @@ + + + + + +
+

Firmware updates using the App Loader are only possible on + Bangle.js 2. For firmware updates on Bangle.js 1 please + see the Bangle.js 1 instructions

+
+ + +

+
+    
+
+    
+  
+