mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
Puck.js: Fix increased battery drain after NFC usage (fix #1171)
This commit is contained in:
parent
2deb5f9744
commit
8c954930c2
@ -13,6 +13,7 @@
|
||||
Fat FS: closedir after readdir, FS errors should be catchable (#1164), fs.statSync (#1163)
|
||||
Allow hardware (CTS) flow control (fix #1165)
|
||||
nRF52: Add AntiCat's patch to Nordic's NFC library to cope with malformed NFC requests
|
||||
Puck.js: Fix increased battery drain after NFC usage (fix #1171)
|
||||
|
||||
1v92 : nRF5x: Fix issue where Espruino could crash during save() if the flash got into a strange state
|
||||
Added Pin.toggle() function
|
||||
|
||||
@ -40,6 +40,7 @@ info = {
|
||||
#'TLS'
|
||||
],
|
||||
'makefile' : [
|
||||
'DEFINES+=-DHAL_NFC_ENGINEERING_BC_FTPAN_WORKAROUND=1', # Looks like proper production nRF52s had this issue
|
||||
'DFU_PRIVATE_KEY=targets/nrf5x_dfu/dfu_private_key.pem',
|
||||
'DFU_SETTINGS=--application-version 0xff --hw-version 52 --sd-req 0x8C'
|
||||
]
|
||||
|
||||
@ -41,6 +41,7 @@ info = {
|
||||
#'TLS'
|
||||
],
|
||||
'makefile' : [
|
||||
'DEFINES+=-DHAL_NFC_ENGINEERING_BC_FTPAN_WORKAROUND=1', # Looks like proper production nRF52s had this issue
|
||||
'DFU_PRIVATE_KEY=targets/nrf5x_dfu/ruuvi_open_private.pem',
|
||||
'DFU_SETTINGS=--debug-mode'
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user