I recompiled for Blynk2.0 and notice that terminal printouts are much, much slower than for Blynk legacy. To fill twenty lines, that’s takes about 4-5 seconds.
Hello,
Are you using android or ios? how do you send the values to the terminal?
Hi.
Android. And like this:
terminal.println(myStr8[1]);
terminal.println(myStr7[1]);
terminal.println(myStr6[1]);
terminal.println(myStr5[1]);
terminal.println(myStr4[1]);
terminal.println(myStr3[1]);
terminal.println(myStr2[1]);
terminal.println(myStr1[1]);
terminal.flush();
Hello, @Magnus
not reproduced if send value to terminal like:
BLYNK_WRITE(V1)
{
terminal.println("test");
terminal.println("test");
terminal.println("test");
terminal.println("test");
terminal.println("test");
terminal.println("test");
terminal.println("test");
terminal.println("test");
terminal.println("test");
terminal.println("test");
}
Please provide your full sketch
Regards
This can happen due to network issues. Can you check what region app shows for your account in the About screen (3 list option ‘server’), and post it here with the country of your location?