-
• #2
Awesome!!!
-
• #3
Great! Very interesting improvements! Wish you great success with the Pixl.js!
-
• #4
So many things to play with and so little time.
Thanks for all the improvements! -
• #5
Hi, I'm dissapointed with the last firmware.
1.My Espruino WIFI does not want to start the code on startup (I've changed E.On to Function onInit).
2.The board sometimes looses connection to the IDE while uploading the code. The connection button is still on but progressstatus is stoping on the half while sending the codeP.S. After hours of experimenting I've found the way how to launch the code on startup. I use both E.on('init'... and function onInit(){}. E.on just calls the function onInit. That was the only way to lauch on startup. I think it's quite strange. Tested with 2 Espruino WIFI boards. Both worked fine with just E.on... untill upgrade
-
• #6
@Vladimir can you post your problem as a new thread in http://forum.espruino.com/microcosms/1083/ with the code you're using?
I just tried this:
function onInit() { digitalPulse(LED2,1,100); }
Saved, and it works great, so there's nothing specifically wrong with
onInit
. I wonder if you're using 'Save on send' in the IDE or some other option that is confusing things. -
• #7
Hi, with the latest firmware NFR.on('connect',.... is not fired anymore on my Puck.js.
Does anyone have the same issue?Thanks
-
• #8
Hi - yes, this looks like a regression. I've just fixed it so any of the cutting edge builds from http://www.espruino.com/binaries/travis/master/ will work
-
• #9
1v96 (c) 2017 G.Williams
Oops.
-
• #10
Is it possible to use the new Storage class to overcome the 10k limit for programs on the esp8266?
-
• #11
Yes. I just answered your other question on this on the ESP8266 forum: http://forum.espruino.com/conversations/316315/#14130113
-
• #12
Not sure whether to ask here or to start a new conversation, but seeing as the link in the IDE news brought me here I figured this will be a sensible option... I found my old original Espruino in a box, plugged it in and as expected it told me there was new firmware. However, the flasher in the IDE only took it to 1v94 and not 1v96. Is there a reference file somewhere that hasn't been updated for a couple of builds?
-
• #13
That's odd... it'd be http://www.espruino.com/json/ESPRUINOBOARD.json, but it looks fine to me.
I just did an update and it seems to work fine as well, so I'm not sure what's up. Could you try and reproduce, and if you can maybe create a new post with the log messages from the IDE in it?
-
• #14
No need, I've just found what the problem was (while looking for the log messages). The Offline Mode was, somehow, switched on (and I don't know how or why). Switching that off did the trick.
Maybe being in Offline Mode could be a bit more visible (something in the title bar perhaps) - or, failing that, just add this experience to the knowledge base :)
-
• #15
Good point about showing offline mode - I'll have a think about how to show that in the IDE...
All Platforms
this
is now inherited correctly for Arrow FunctionsGraphics.scroll
command now scrolls graphics contentsE.toString
now works with no copy or allocation for Uint8Array/FlatStringsprocess.env
now simplified, and returns a list of the libraries provided in the firmwarePuck.js/BLE devices
Espruino WiFi
All boards
More features are being added for our upcoming board, Pixl.js that is expected in April - please sign up at that link to be notified when it's available!
There are many other tweaks too. For more information see the ChangeLog