Report Bugs Here

Moderator: Mmiscool

User avatar
By Mmiscool
#35390 Information about the interface, settings page, editor and what not is here.
http://www.esp8266basic.com/editor-interface.html
User avatar
By Mmiscool
#35391 File i/o is not like normal basic.


It supports saving a single data element to flash storage for recall later using a name.


Code: Select allwrite "dataElimentName" "Some Data"

read "dataElimentName" variableNameForDataToBePutInTo



This data will be persistent even after reboots of the module.
User avatar
By timathis
#35414 The horizontal ruled print lines mess up any type of print formatting some one might want to do if using the edit console as output. Some one might want to set up a control application just using ip 192.168.4.1 editor as input and output for the application. I use the print command and editor just to test out the use of the various commands. Would a print to editor with or without horizontal rule be a good idea or am I totlally missing the concept here?
User avatar
By Mmiscool
#35427 The wprint command will put text in to the browsers response. It will not send it out on the serial port like the print command.