SensorsIot / NTPtimeESP

Small library for ESP8266 which returns the actual time adjusted by time zone and summer time
232 stars 65 forks source link

ESP32 #27

Closed tanner87661 closed 5 years ago

tanner87661 commented 5 years ago

Could you please change the header file to support ESP32? Like this:

ifdef ESP32

#include <WiFi.h>

else

#include <ESP8266WiFi.h>

endif

Thanks

SensorsIot commented 5 years ago

Done