You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
js+=`\x10var t=getTime()+0.5;while (getTime()<t);\n`;// This is nasty - but we just wait here until the GPS has had time to boot
151
207
js+=`\x10Serial1.println("${CASIC_CHECKSUM("$PCAS04,"+gnss_select)}")\n`;// set GNSS mode
152
208
js+=`\x10Serial1.println("${CASIC_CHECKSUM("$PCAS03,1,0,0,1,1,0,0,0")}")\n`;// enable GGA,GSV,RMC packets (new Bangle.js 2 GPS firmwares don't include RMC by default!)
209
+
// If the browser let us have the current location, give it to the GPS chip to get a faster fix
Copy file name to clipboardExpand all lines: apps/assistedgps/metadata.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
"id": "assistedgps",
3
3
"name": "Assisted GPS Updater (AGPS)",
4
4
"shortName": "AGPS",
5
-
"version": "0.06",
5
+
"version": "0.07",
6
6
"description": "Downloads assisted GPS (AGPS) data to Bangle.js for faster GPS startup and more accurate fixes. **No app will be installed**, this just uploads new data to the GPS chip.",
Copy file name to clipboardExpand all lines: apps/banglebridge/metadata.json
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,8 @@
2
2
"id": "banglebridge",
3
3
"name": "BangleBridge",
4
4
"shortName": "BangleBridge",
5
-
"version": "0.02",
6
-
"description": "Widget that allows Bangle Js to record pair and end data using Bluetooth Low Energy in combination with the BangleBridge Android App",
5
+
"version": "0.03",
6
+
"description": "Widget that allows Bangle.js to record pair and end data using Bluetooth Low Energy in combination with the BangleBridge Android App (**Note:** this has nothing to do with Gadgetbridge)",
0 commit comments