Terminal.clear()

Core version 2.4.2
Blynk Library 0.5.4
Android 6.0

‘class WidgetTerminal’ has no member named ‘clear’

I think it isn’t yet implemented ?

Hi,
sure that it is implemented look at this example:

or post your code :smiley:

Gabriele

1 Like

not for me, even with the basic example Terminal.ino

error: ‘class WidgetTerminal’ has no member named ‘clear’

terminal.clear();

now I am having a new message :slight_smile:

statement cannot resolve address of overloaded function

“clr” over HTTP works for me but never tried from the hardware side. I’m on 0.5.3 and 2.4.1 still

1 Like

did you solve it ?