File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 2
2
Bangle.js: Fix back handler not removed when using E.setUI with a back button but without widgets (#2636)
3
3
nRF52: Add 'slaveLatency' option to BluetoothRemoteGATTServer.connect, default changed from 2 to 4
4
4
nRF52: Add 'phy' and 'mtu' events to NRF/BluetoothDevice when these change on a connection
5
+ MDBT42Q: Remove SHA512 from the build (needs 2.5k flash, rarely used)
5
6
6
7
2v27 : nRF5x: Ensure Bluetooth notifications work correctly when two separate connections use the same handle for their characteristics
7
8
nRF5x: Remove handlers from our handlers array when a device is disconnected
Original file line number Diff line number Diff line change 32
32
'BLUETOOTH' ,
33
33
'NET' ,
34
34
'GRAPHICS' ,
35
- 'CRYPTO' ,'SHA256' ,'SHA512' ,
35
+ 'CRYPTO' ,'SHA256' ,# 'SHA512',
36
36
#'AES',
37
37
'NFC' ,
38
38
'NEOPIXEL' ,
You can’t perform that action at this time.
0 commit comments