esp8266 / Basic

Basic Interpreter for the ESP8266
http://esp8266basic.com
258 stars 217 forks source link

Lack of web only PRINT command #2

Closed 0x2b3bfa0 closed 8 years ago

0x2b3bfa0 commented 8 years ago

Hi! I've noticed that there are only three print commands:

But I would like to have a web only print command:

Is that easily factible?

0x2b3bfa0 commented 8 years ago

Sorry, reviewing the code I've seen that there is a wprint command that does what I want. However this seems to be undocumented.