Skip to content

Commit 31e9ee5

Browse files
committed
add altdraw modes, moved around order of modes
1 parent c0e1173 commit 31e9ee5

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

apps/dsky_clock/app.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -250,13 +250,13 @@ function drawAlt(mode) {
250250
mode_HRM();
251251
break;
252252
case 2:
253-
setLight('L6','GPS',true);
254-
mode_GPS();
255-
break;
256-
case 3:
257253
setLight('L6','TEMP',true);
258254
mode_weather();
259255
break;
256+
case 3:
257+
setLight('L6','GPS',true);
258+
mode_GPS();
259+
break;
260260
case 4:
261261
setLight('L6','ACCEL',true);
262262
mode_accel();

0 commit comments

Comments
 (0)