Uncaught Error: Function "setBootCode" not found! A solution #5285
Replies: 1 comment
-
Posted at 2016-04-17 by tve
1v80, that's ancient! Posted at 2016-04-17 by @gfwilliams Yes, to get Did you get that error with a fresh board? The functionality got added to the Web IDE a few days ago, but it shouldn't have been enabled by default - as you discovered, I'll be doing new release of Espruino soon that'll have Posted at 2016-04-17 by ClearMemory041063 The 1v80 was the Pico, my Espruino board is 1v85 and had the same problem. Posted at 2016-04-18 by @gfwilliams Yes, 1v85 won'[t have it - by 'cutting edge', I mean these ones - basically the code we're working on, before making a 'release'. So when 1v86 is released (soon hopefully) it'll have it in, or you can use the builds above... But for now I'd be tempted to just leave the option off. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-04-16 by ClearMemory041063
Uncaught Error: Function "setBootCode" not found!
Some simple code on the right side to test require()
Produces the following on the left side when send to Espruino is clicked
In the Web IDE Setting:Communications
See if Save on Send is checked, uncheck it
On the left side enter reset(); followed by save();
Now try the send to Espruino button.
This was tried on an Espruino board and a Pico
Beta Was this translation helpful? Give feedback.
All reactions