ropg / ezTime

ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.
MIT License
327 stars 92 forks source link

header include is order dependant #48

Open mybigman opened 5 years ago

mybigman commented 5 years ago

fails

#include <ezTime.h>
#include <ESP8266WiFi.h>

works

#include <ESP8266WiFi.h>
#include <ezTime.h>
RickHolc commented 4 years ago

I do not see that with the version I download and installed yesterday. 0.8.1 I believe. Here is the order of the includes I am using: `#include

include `