mmiscool/esp8266Basic

Lack of web only PRINT command

Closed this issue · 1 comments

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

  • PRINT: Prints to web and serial port
  • SERIALPRINT: Prints to serial port only (no line ending)
  • SERIALPRINTLN: Prints to web and serial port (with line ending)

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

  • WEBPRINT: Prints only to web

Is that easily factible?

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