We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93378fd commit 9b3cc7fCopy full SHA for 9b3cc7f
ChangeLog
@@ -1,4 +1,4 @@
1
- : Bangle.js2: Add 'Bangle.touchRd()', 'Bangle.touchWr()'
+ 2v24 : Bangle.js2: Add 'Bangle.touchRd()', 'Bangle.touchWr()'
2
Bangle.js2: After Bangle.showTestScreen, put Bangle.js into a hard off state (not soft off)
3
Fix for unexpected power draw on newest batch of Bangle.js devices
4
Puck.js: skip CRT startup code to save ~300b
src/jsutils.h
@@ -27,9 +27,9 @@
27
#endif
28
29
#ifndef BUILDNUMBER
30
-#define JS_VERSION "2v23"
+#define JS_VERSION "2v24"
31
#else
32
-#define JS_VERSION "2v23." BUILDNUMBER
+#define JS_VERSION "2v24." BUILDNUMBER
33
34
/*
35
In code:
0 commit comments