Puck.js: Fix increased battery drain after NFC usage (fix #1171)

This commit is contained in:
Gordon Williams 2017-05-26 09:43:01 +01:00
parent 2deb5f9744
commit 8c954930c2
3 changed files with 3 additions and 0 deletions

View File

@ -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

View File

@ -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'
]

View File

@ -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'
]