I’m trying to implement real time clock widget, but it seems I can’t handle it. I’ve basically just combined the ESP soft serial example with the RTC example, but I cannot get the right time in the serial monitor (still receiving the beginning of UNIX time, 1. 1. 1970). It looks that the app doesn’t load data from the Blynk server, because the requestTimeSync function is not called.
(I’m using Arduino UNO and ESP8266, all necessary libraries are included to the project)
I’m not really sure what do you mean by the widget - I have a simple button on virtual pin 5 in Blynk mobile app, as it is mentioned in the example, and if I understand it properly, time sync should be called after changing the value of this button, right?