Skip to content

Commit

Permalink
Fix regression that caused Original Espruino to have lost Filesystem/…
Browse files Browse the repository at this point in the history
…hashlib/neopixel support in 1v92
  • Loading branch information
gfwilliams committed May 5, 2017
1 parent 7cbd699 commit 3675075
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Expand Up @@ -3,6 +3,7 @@
Fix regression causing multiple end/close callbacks when using standard TCP/IP socket client/server
Ensure NetworkJS reports receive errors back correctly
nRF5x: Fix issue where connect and immediate disconnect could in some cases trigger an error from nordic's libraries that'd cause a reboot
Fix regression that caused Original Espruino to have lost Filesystem/hashlib/neopixel support in 1v92

1v92 : nRF5x: Fix issue where Espruino could crash during save() if the flash got into a strange state
Added Pin.toggle() function
Expand Down
4 changes: 2 additions & 2 deletions boards/ESPRUINOBOARD.py
Expand Up @@ -34,8 +34,8 @@
'libraries' : [
'NET',
'GRAPHICS',
'NEOPIXEL'
'HASHLIB'
'NEOPIXEL',
'HASHLIB',
'FILESYSTEM'
],
'makefile' : [
Expand Down

0 comments on commit 3675075

Please sign in to comment.