mirror of
https://github.com/espruino/Espruino.git
synced 2025-12-08 19:06:15 +00:00
Puck.js Lite: remove NFC from build (no NFC on board the Lite version)
This commit is contained in:
parent
3005974010
commit
d966e2e39d
@ -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)
|
||||
|
||||
@ -37,10 +37,7 @@ info = {
|
||||
'GRAPHICS',
|
||||
'CRYPTO','SHA256',#'SHA512',
|
||||
'AES',
|
||||
'NFC',
|
||||
'NEOPIXEL',
|
||||
#'FILESYSTEM'
|
||||
#'TLS'
|
||||
'NEOPIXEL'
|
||||
],
|
||||
'makefile' : [
|
||||
'DEFINES+=-DPUCKJS_LITE',
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user