Skip to content

Commit 9b3cc7f

Browse files
committed
2v24 release
1 parent 93378fd commit 9b3cc7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ChangeLog

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
: Bangle.js2: Add 'Bangle.touchRd()', 'Bangle.touchWr()'
1+
2v24 : Bangle.js2: Add 'Bangle.touchRd()', 'Bangle.touchWr()'
22
Bangle.js2: After Bangle.showTestScreen, put Bangle.js into a hard off state (not soft off)
33
Fix for unexpected power draw on newest batch of Bangle.js devices
44
Puck.js: skip CRT startup code to save ~300b

src/jsutils.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@
2727
#endif
2828

2929
#ifndef BUILDNUMBER
30-
#define JS_VERSION "2v23"
30+
#define JS_VERSION "2v24"
3131
#else
32-
#define JS_VERSION "2v23." BUILDNUMBER
32+
#define JS_VERSION "2v24." BUILDNUMBER
3333
#endif
3434
/*
3535
In code:

0 commit comments

Comments
 (0)