The code posted above was changed needed in the c code to compile... Not related
If you see v186.113 then you have the updated firmware.
Ignore the warning about the missing module - it is because the normal esp8266 does not have the module and the web Ide doesn't know it is available.
On the right hand side of the ide try:
>fs=require('fs'); =function () { [native code] }
You should see the 2nd line if the module loaded rather than undefined
undefined
@Wilberforce 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.
The code posted above was changed needed in the c code to compile... Not related
If you see v186.113 then you have the updated firmware.
Ignore the warning about the missing module - it is because the normal esp8266 does not have the module and the web Ide doesn't know it is available.
On the right hand side of the ide try:
You should see the 2nd line if the module loaded rather than
undefined