Reply To: P11_TCPClock.ino "hour" not declared in this scope

Forums The NanoESP & Pretzel Board Forum P11_TCPClock.ino "hour" not declared in this scope Reply To: P11_TCPClock.ino "hour" not declared in this scope

#3121
Sabet
Participant

Fehler gefunden.
In der Hauptdatei muss die Einbindung der Bibliothek mit #include “Time.h” erfolgen. (Nicht #include <Time.h>).
Das war’s schon :)