Espruino 1v73 released #74
Replies: 6 comments
-
Posted at 2015-02-06 by DrAzzy Interesting - I'd always been assuming the problems I was having with timeouts and intervals after reset button was problem with connected devices (I saw that in my desk lamp) getting into a bad state, not the Espruino getting confused. Can't wait to try out the SD card on other pins support. I've had a board waiting to test that with for a while. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-02-08 by user52949 Hey Gordon, do you think it would be possible to provide a binary firmware which could be externally flashed onto a ESP8266 by enthusiasts that do not have your dev board, but would still like to try your programming platform? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-02-09 by @gfwilliams You mean you'd like firmware for Espruino that would run on the ESP8266 itself? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-02-09 by @gfwilliams Just to add to this, we've found that Waveform input doesn't work at all on 1v72/1v73. It's now fixed, but I'll try and do a proper release quite soon with that fixed. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-02-10 by Vishnu Hi , Where we can get the Source of 1v73.. Thanks |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-02-10 by @gfwilliams GitHub ? Same as everything else. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2015-02-06 by @gfwilliams
This one's happened quite quickly, but we spotted a few issues with 1v72, which I thought were important to get fixes out for quickly:
setTimeout
andsetInterval
inonInit
didn't work correctly after the board was reset with the reset button (power off/power on, orreset()
was ok)I also added:
Beta Was this translation helpful? Give feedback.
All reactions