-
• #2
It should be there:
https://github.com/espruino/Espruino/blob/master/boards/ESPRUINOBOARD.py#L40What does
var fs=require('fs')
show? -
• #3
@Gordon
Looks like there is an issue here:http://www.espruino.com/json/ESPRUINOBOARD.json
"libraries": [ "NET", "GRAPHICS", "NEOPIXELHASHLIBFILESYSTEM" ],
-
• #4
@AntiCat when was the last time you updated the firmware? I messed up with 1v92 release of the original Espruino board, but I'm pretty sure I fixed it a few days later and re-uploaded a different 1v92 binary. That should have been over 20 days ago now though... So updating firmware should fix it - and definitely updating to a cutting edge build would work fine.
@Wilberforce yes - it was this fun Python gotcha, but it got fixed a while ago: https://github.com/espruino/Espruino/commit/367507571324dae197aacaf34436bdd23e53aef5
Because it was after the release, I never got around to updating the JSON (not that those elements should get used at all)
-
• #5
I'm a bug magnet :-(. Not sure, I've lost track of all my gadgets... I'll re flash the target today evening.
-
• #6
double post
-
• #7
I've retried:
http://www.espruino.com/binaries/espruino_1v92_espruino_1r3.bin
gives meUncaught Error: Function "openFile" not found!
http://www.espruino.com/binaries/espruino_1v91_espruino_1r3.bin
works, note v91 is 6k larger as v92
Is E.openFile on the original Espruino in v92 gone?