blynkkk / blynk-library

Blynk library for IoT boards. Works with Arduino, ESP32, ESP8266, Raspberry Pi, Particle, ARM Mbed, etc.
https://blynk.io
MIT License
3.83k stars 1.38k forks source link

Add clear() method to the Terminal widget #409

Closed doom369 closed 6 years ago

doom369 commented 6 years ago

Method should send "clr" string. Users often ask how to clear terminal.

vshymanskyy commented 6 years ago

Isn't it there already?

On Sun, 15 Apr 2018, 12:58 Dmitriy Dumanskiy, notifications@github.com wrote:

Method should send "clr" string. Users often ask how to clear terminal.

— You are receiving this because you were assigned. Reply to this email directly, view it on GitHub https://github.com/blynkkk/blynk-library/issues/409, or mute the thread https://github.com/notifications/unsubscribe-auth/ABb9lM1k_NCy8i60lohhUEIQNYSW8Lcmks5toxmtgaJpZM4TVaRb .

doom369 commented 6 years ago

@vshymanskyy nope. We have it for table and LCD, but not terminal.