mirror of https://github.com/espruino/BangleApps
Update GPS Adv Sports II.js
parent
1037034487
commit
1df4b4521b
|
@ -7,7 +7,7 @@ app.LoadPlugin("PuckJS");
|
||||||
//Called when application is started.
|
//Called when application is started.
|
||||||
function OnStart() {
|
function OnStart() {
|
||||||
|
|
||||||
requiredVer = '1.43';
|
requiredVer = '1.43'; // Minimum speedalt2 version required on Bangle
|
||||||
|
|
||||||
// Mode = 0 // 0=SPD, 1=ALT, 2=DST, 3=VMG, 4=POSN, 5=TIME
|
// Mode = 0 // 0=SPD, 1=ALT, 2=DST, 3=VMG, 4=POSN, 5=TIME
|
||||||
btnOff = '#175A63'
|
btnOff = '#175A63'
|
||||||
|
|
Loading…
Reference in New Issue