Neptune

Results 3 comments of Neptune

It compiles with no errors or warnings for me using Arduino 1.8.2 I don't know why you are getting the errors listed above. Are you able to compile and run...

The value used for` UTC_OFFSET` should be the standard time offset from UTC. The `configTime()` function is a standard part of the esp8266 Arduino library - but it does not...

@gr8linux Unfortunately, you cannot use `#define UTC_OFFSET 4.5` (with non integer offsets). The problem is that `configTime()` arduino library function correctly multiples UTC_OFFSET by 3600 and calls the `sntp_set_timezone()` esp8266...