Lack of web only PRINT command
Closed this issue · 1 comments
0x2b3bfa0 commented
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?
0x2b3bfa0 commented
Sorry, reviewing the code I've seen that there is a wprint command that does what I want. However this seems to be undocumented.