I have not been able to implement the Timer widget. Am I doing well?
…
// You should get Auth Token in the Blynk App.
// Go to the Project Settings (nut icon).
char auth[] = “xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx”;
void setup()
{
Serial.begin(9600);
Blynk.begin(auth, “cloud.blynk.cc”, 8442);
}
BLYNK_WRITE(4)
{
BLYNK_LOG(“Timer Value (V4): %s”, param.asStr());
}
void loop()
{
Blynk.run();
}
I can not post pictures, leave links to screenshots
Saludos from Chile!