This repository was archived by the owner on Feb 9, 2022. It is now read-only.
This repository was archived by the owner on Feb 9, 2022. It is now read-only.
Different behaviour when connecting through WiFi or GSM #5
Closed
Description
I use this Blynk_Async_GSM_Manager to connect to Blynk through either WiFi or GSM with a TTGO T-Call.
I've noticed that when I connect through WiFi then I can't use the terminalprintln function of Blynk. I need to use Blynk.virtualWrite to write info to the terminal in the mobile App.
However, when I connect through GSM then I can use terminalprintln, but Blynk.virtualWrite doesn't work any more.