For some reason every time I open the app my terminal is blank. Not sure if this is something I am doing wrong, or if this is how it is in the new version. The data shows in the terminal if the app is open, but if it is closed or if I close and reopen it, the data is gone.
With the previous BLYNK I would just use a Blynk.virtualWrite
, but I was not sure if this was still the way to do it with BLYNK 2.0. So I followerd the DOCS
https://docs.blynk.io/en/blynk.apps/widgets#terminal
terminal1.println("Car Door Closed On:" + String(currentDate));
terminal1.println("Car Door Closed At:" + String(currentTime));
terminal1.println("/////////////////////");
terminal1.flush();