You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 9, 2022. It is now read-only.
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.