I am wondering.
- How long do you keep those 25 messages which we write on the TERMINAL WIDGET?
- Why 25?
- How long can each message be in characters/bytes?
Thank you in advance.
I am wondering.
Thank you in advance.
good questions:
Thank you for your answer!
Can I also FLUSH the buffer so any time I send a new message it will be just new.
BLYNK IS GREAT!!!
Yes you can.
Thanks!
How we can flush the buffer?
http://docs.blynk.cc/#widgets-displays-terminal
terminal.flush(); // Ensure that data was sent out of device
NOTE, this is not the same a clearing the screen… the only way so far for that is lots of blank terminal prints
OK, I thought something that will clear the buffer and terminal… It is clear now, thanks!