[SOLVED] WidgetTerminal - BlinkLibrary for Raspberri

Hello,

i miss the flush() function. I have analyzed the source code and i can’t find the flush method. How can i flush the terminal window?
How can i show text on WidgetTerminal if i start my blynk app on iphone without press any button?
I would like to show text on startup.
Is there any other methods besides read and write on terminal widget?

A lot of questions ;)) Thanks

Can anyone help me?
(questions to BlinkLibrary for Raspberry)

@vshymanskyy would be the best person to answer

Hi. Flush is right there in the Terminal Widget: https://github.com/blynkkk/blynk-library/blob/master/WidgetTerminal.h
Flush forces text display, but only if you have actually printed something.
So you may need to press some button to get a reaction. Currently hardware can’t detect Application launch automatically.

Thanks for the answer.!!

one last question i have. Is it possible to clear the display input?