• 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

About

Avatar for Wilberforce @Wilberforce started