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?
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.