There have been some changes in ESP8266-port, to make it more general. This works for me:
wifi.getIP(function(data){console.log("IPInfo",data.ip);});
wifi.getStatus(function(data){console.log("ConnStatus",data);});
Actual docu is available on @tve : http://s3.voneicken.com/espruino/functions.html#t_Wifi
Since Gordon takes some days off, this will make its way to actual docu next year.
There is some more info in "Espruino on ESP8266"-board in this forum, including link to actual version. Seems to me your version is an older one (?)
From my best knowledge, reset looks like a misaligned text(error message for unknown command in a class) in flash. In my actual version this does'nt come up anymore.
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.
There have been some changes in ESP8266-port, to make it more general. This works for me:
wifi.getIP(function(data){console.log("IPInfo",data.ip);});
wifi.getStatus(function(data){console.log("ConnStatus",data);});
Actual docu is available on @tve : http://s3.voneicken.com/espruino/functions.html#t_Wifi
Since Gordon takes some days off, this will make its way to actual docu next year.
There is some more info in "Espruino on ESP8266"-board in this forum, including link to actual version. Seems to me your version is an older one (?)
From my best knowledge, reset looks like a misaligned text(error message for unknown command in a class) in flash. In my actual version this does'nt come up anymore.