File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- : Add `E.internal` as a way to access the 'hidden root' containing Espruino internal variables that previously needed `global["\xff"]`
1+ 2v28 : Add `E.internal` as a way to access the 'hidden root' containing Espruino internal variables that previously needed `global["\xff"]`
22 Bangle.js: Fix back handler not removed when using E.setUI with a back button but without widgets (#2636)
33 nRF52: Add 'slaveLatency' option to BluetoothRemoteGATTServer.connect, default changed from 2 to 4
44 nRF52: Add 'phy' and 'mtu' events to NRF/BluetoothDevice when these change on a connection
Original file line number Diff line number Diff line change 2727#endif
2828
2929#ifndef BUILDNUMBER
30- #define JS_VERSION "2v27 "
30+ #define JS_VERSION "2v28 "
3131#else
32- #define JS_VERSION "2v27 ." BUILDNUMBER
32+ #define JS_VERSION "2v28 ." BUILDNUMBER
3333#endif
3434/*
3535 In code:
You can’t perform that action at this time.
0 commit comments