Update GPS Adv Sports II.js

pull/1394/head
nujw 2022-02-07 14:34:36 +13:00 committed by GitHub
parent d6750c423b
commit ecad0366a8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -7,7 +7,7 @@ app.LoadPlugin("PuckJS");
//Called when application is started. //Called when application is started.
function OnStart() { function OnStart() {
v = '1.48' // Version of this script v = '1.49' // Version of this script
requiredBangleVer = '1.46'; // Minimum speedalt2 version required on Bangle requiredBangleVer = '1.46'; // Minimum speedalt2 version required on Bangle
curBangleVer = '-.--' curBangleVer = '-.--'
isStopped = true; // Data receive turned off isStopped = true; // Data receive turned off
@ -27,6 +27,7 @@ function OnStart() {
setInterval(checkConnection,5000) // Periodic check for data timeout and attempt a reconnect setInterval(checkConnection,5000) // Periodic check for data timeout and attempt a reconnect
// Controls // Controls
app.SetScreenMode("Full")
//Create a layout with objects vertically centered. //Create a layout with objects vertically centered.
layVert = app.CreateLayout("Linear", "VCenter,FillXY") layVert = app.CreateLayout("Linear", "VCenter,FillXY")