Espruino 2v05 #174
Replies: 19 comments
-
Posted at 2020-04-17 by @gfwilliams Tweaks
Removals
Additions since KickStarter Build
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-17 by @allObjects ! - all to say (speechless) - except: Tank you very much! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-05-06 by Reinoud Hi Gordon, I have a question: With the previous version the following code ran correctly, but now I get an error:
my code:
Do I need to adjust the code for this? rgds, Reinoud |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-05-06 by @gfwilliams That's a very odd one. Please could you post this in a new thread and let me know which board you're using? If you delete
In your onInit function I imagine it'll fix it though. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-05-06 by Reinoud maybe stupid question, but how do I start a new thread? :-) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-05-06 by Reinoud I get another error now:
The board I'm using is an Espruino Rev. 1.3b |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-05-06 by Spocki @reinoud Have a look at post #2, section "Removal". Probably the vector fonts had to be removed due to space restrictions for your board. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-05-06 by Reinoud Good point, I didn't notice that... I tried to flash with all features (I selected the second option here): |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-05-06 by Reinoud Ok, I tried the following:
I Guess none of the 2v05 versions have the vector font... I'l stick to 2v04 for a while then! :-) thanks and kind regards, Reinoud |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-05-06 by @gfwilliams Hi - yes, sorry, that was a mistake in the docs by the look of it - the vector font had to be taken out of those builds. I guess I could do a third build option with no networking, but the other features? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-05-06 by Reinoud That would be nice! Another question; the clock seems to go a bit quicker than it should. I read somewhere that I can add a crystal which would fix that. I have a crystal lying around, is it possible to test if the crystal works correctly? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-05-07 by @gfwilliams I've just started a new forum post at http://forum.espruino.com/conversations/347042/ with links to info on adding crystals. If you've got other questions, please can you start a new post? Just go to the forum for your type of board (http://forum.espruino.com/microcosms/1083/ for the original Espruino) then click "Post a Conversation" in the top right. That way other people who are searching for similar problems can find it. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-05-07 by Reinoud
Got it! Thanks! :-) |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-05-07 by Reinoud
Do you want me to start a new thread for this too or are you already working on it? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-05-07 by @gfwilliams No, that's already done - so the next release will have a separate build in it. In fact the 'cutting edge' builds from http://www.espruino.com/binaries/travis/master/ now no longer have networking but do have vector fonts, so they'd work for you. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-05-07 by @gfwilliams Just a note that hardware SPI write is now fixed on the cutting edge builds too. The fix will be in the 2v06 release |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-05-07 by Reinoud very good! thanks! |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-05-07 by Reinoud
Is that this one: espruino_2v05.47_espruino_1r3.bin |
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-05-07 by Reinoud Seems to work:
|
Beta Was this translation helpful? Give feedback.
-
Posted at 2020-04-17 by @gfwilliams
This is a truly massive one - it has been a while coming! Some massive additions though...
It's worth noting that Bangle.js KickStarter units (and Puck.js v2 when released) shipped with a
2v05
release, which is kindof a pre-release. I couldn't release all other boards at the sametime because of issues with increased firmwware size on some boards.
Additions
'#00ff00'
E.on('kill'
event for executing code before load/reset/save/etcload("filename")
to load a JS file from Storage (was justload()
)Fixes
parseInt("0b",16)
as well as some other non-compliant behaviour (fix First trials - and errors #1722)Beta Was this translation helpful? Give feedback.
All reactions