[Update: this build has a number of problems, please stick to the previous one for now.]
If you're just getting started, perhaps the previous build is a safer bet (all have too little mileage on them to be called safe :-) ).
The most recent build has the following changes:
1400 JSvars instead of 1023
telnet console (use a connection string like espruino.local:23 in the IDE)
in-memory debug log (use require("ESP8266").printLog() to see what just happened and require("ESP8266").setLog(0) to completely disable it. By default it saves 1KB in memory and prints to uart1.
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.
Most recent build, but a bit more on the bleeding edge: http://s3.voneicken.com/espruino/espruino_1v84.tve_master_7acd4bc_esp8266.tgz
[Update: this build has a number of problems, please stick to the previous one for now.]
If you're just getting started, perhaps the previous build is a safer bet (all have too little mileage on them to be called safe :-) ).
The most recent build has the following changes:
require("ESP8266").printLog()
to see what just happened andrequire("ESP8266").setLog(0)
to completely disable it. By default it saves 1KB in memory and prints to uart1.The Wifi library is documented at http://www.espruino.com/Reference#Wifi
The ESP8266 library is documented at http://s3.voneicken.com/espruino/functions.html#ESP8266
General esp8266 port documentation is at http://www.espruino.com/EspruinoESP8266
Sources are at https://github.com/tve/Espruino