mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
MDBT42Q: Remove SHA512 from the build (needs 2.5k flash, rarely used)
This commit is contained in:
parent
bba081b23f
commit
9fccf607a4
@ -2,6 +2,7 @@
|
||||
Bangle.js: Fix back handler not removed when using E.setUI with a back button but without widgets (#2636)
|
||||
nRF52: Add 'slaveLatency' option to BluetoothRemoteGATTServer.connect, default changed from 2 to 4
|
||||
nRF52: Add 'phy' and 'mtu' events to NRF/BluetoothDevice when these change on a connection
|
||||
MDBT42Q: Remove SHA512 from the build (needs 2.5k flash, rarely used)
|
||||
|
||||
2v27 : nRF5x: Ensure Bluetooth notifications work correctly when two separate connections use the same handle for their characteristics
|
||||
nRF5x: Remove handlers from our handlers array when a device is disconnected
|
||||
|
||||
@ -32,7 +32,7 @@ info = {
|
||||
'BLUETOOTH',
|
||||
'NET',
|
||||
'GRAPHICS',
|
||||
'CRYPTO','SHA256','SHA512',
|
||||
'CRYPTO','SHA256',#'SHA512',
|
||||
#'AES',
|
||||
'NFC',
|
||||
'NEOPIXEL',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user