simpleDSTadjust icon indicating copy to clipboard operation
simpleDSTadjust copied to clipboard

OBSOLETE: esp8266 Arduino base code NTP, TimeZone and DST are now fixed

Results 7 simpleDSTadjust issues
Sort by recently updated
recently updated
newest added

add the esp32 architecture to the supported platforms in order to avoid the compiler warning

Hi I would like to use https://docs.thingpulse.com/guides/wifi-color-display-kit/ he uses your library, how can I specify that I don't have DST and I am GMT+1 in the lines : ``` #define...

In a few projects I've either received timestamps over ESP-NOW, or from onboard RTCs, and can't or won't connect to wifi for NTP. To support that time() needs an option...

I got this error when compiling... Any help please? ...libraries\simpleDSTadjust/simpleDSTadjust.cpp:14: multiple definition of `simpleDSTadjust::simpleDSTadjust(dstRule, dstRule) ...libraries\simpleDSTadjust\simpleDSTadjust.cpp.o: In function `simpleDSTadjust::calcTime(dstRule*)': ...sketch\simpleDSTadjust.cpp.o:sketch/simpleDSTadjust.cpp:79: first defined here libraries\simpleDSTadjust\simpleDSTadjust.cpp.o: In function `simpleDSTadjust::time(char**)': Thank you

Hi :) I didn't find something about a license ... Is your code usable without restrictions? :)

Hello, do you have Democode for DS3231 RTC Modul + simpleDSTadjust?

I looked at the use of simpleDSTadjust in the esp8266-weather-station-color-DST project. One thing isn't clear: what value should be used for UTC_OFFSET (Standard Time offset or Daylight Time offset)? In...