Internet of Things with the NanoESP
The webpage for the Arduino compatible WiFi-Board
› 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
Fehler gefunden.
In der Hauptdatei muss die Einbindung der Bibliothek mit #include “Time.h” erfolgen. (Nicht #include <Time.h>).
Das war’s schon :)