Puck.js Lite: remove NFC from build (no NFC on board the Lite version)

This commit is contained in:
Gordon Williams 2022-09-28 10:14:15 +01:00
parent 3005974010
commit d966e2e39d
2 changed files with 2 additions and 4 deletions

View File

@ -4,6 +4,7 @@
Bangle.js: Add support for `Bangle.setUI({remove:...})` to allow apps to be unloaded without a full reboot.
Bangle.js2: Fixed `Bangle.setLCDOverlay(img,x,y)` with negative offsets
Allow `atob` to accept base64 with whitespace inside it
Puck.js Lite: remove NFC from build (no NFC on board the Lite version)
2v15 : Fix issue where `E.toJS("\0"+"0") == '"\00"'` which is just `"\0"`
Fix issue accessing `arguments` after/inside 'let/const' keyword (fix #2224)

View File

@ -37,10 +37,7 @@ info = {
'GRAPHICS',
'CRYPTO','SHA256',#'SHA512',
'AES',
'NFC',
'NEOPIXEL',
#'FILESYSTEM'
#'TLS'
'NEOPIXEL'
],
'makefile' : [
'DEFINES+=-DPUCKJS_LITE',