Skip to content

Commit

Permalink
2v24 release
Browse files Browse the repository at this point in the history
  • Loading branch information
gfwilliams committed Aug 7, 2024
1 parent 93378fd commit 9b3cc7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
: Bangle.js2: Add 'Bangle.touchRd()', 'Bangle.touchWr()'
2v24 : Bangle.js2: Add 'Bangle.touchRd()', 'Bangle.touchWr()'
Bangle.js2: After Bangle.showTestScreen, put Bangle.js into a hard off state (not soft off)
Fix for unexpected power draw on newest batch of Bangle.js devices
Puck.js: skip CRT startup code to save ~300b
Expand Down
4 changes: 2 additions & 2 deletions src/jsutils.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
#endif

#ifndef BUILDNUMBER
#define JS_VERSION "2v23"
#define JS_VERSION "2v24"
#else
#define JS_VERSION "2v23." BUILDNUMBER
#define JS_VERSION "2v24." BUILDNUMBER
#endif
/*
In code:
Expand Down

0 comments on commit 9b3cc7f

Please sign in to comment.