I just tried this firmware image http://drazzy.com/espruino/espruino_1v63_espruino_1r3_bigram.bin (the one I posted when v63 came out), and console.log gives function not found:
(this example from connecting with the IDE):
>echo(0); ERROR: Function not found! Skipping. at line 1 col 8 console.log("<<"+"<<<"+JSON.stringify(process.env)+">>>"+">>... ^ =undefined >
All I changed in the build was the makefile and EspruinoBoard.py to use the full 64k of ram.
Console.log works with the wiznet version though!
http://drazzy.com/espruino/espruino_1v63_espruino_1r3_wiznet_bigram.bin
Any thoughts on what I might have screwed up to break console.log? It's a rather important function!
I only have one Espruino down here, so I haven't checked it against a second one, so I don't know if the problem happens on my other Espruino.
@DrAzzy started
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I just tried this firmware image http://drazzy.com/espruino/espruino_1v63_espruino_1r3_bigram.bin (the one I posted when v63 came out), and console.log gives function not found:
(this example from connecting with the IDE):
All I changed in the build was the makefile and EspruinoBoard.py to use the full 64k of ram.
Console.log works with the wiznet version though!
http://drazzy.com/espruino/espruino_1v63_espruino_1r3_wiznet_bigram.bin
Any thoughts on what I might have screwed up to break console.log? It's a rather important function!
I only have one Espruino down here, so I haven't checked it against a second one, so I don't know if the problem happens on my other Espruino.