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.39k forks source link

In iOS app terminal widget show nothing. #350

Closed bestpika closed 7 years ago

bestpika commented 7 years ago

I add a terminal widget. In android app, terminal is work good. But in iOS app, it show nothing.

...
WidgetTerminal console(101);
...
void show() {
  if (Blynk.connected()) {
    console.println("abc");
    console.flush();
  }
}
...
doom369 commented 7 years ago

Do you use latest app version?

bestpika commented 7 years ago

@doom369 yes, my installed version is 2.9.7 (2017.07.13). And I use blynk server (0.25.4).

doom369 commented 7 years ago

@bestpika ok. thanks. we will check. I created ticket in another repo as this is not library issue.