Replies: 1 comment 2 replies
-
|
main.cpp file there is a call to "pool.ntp.org". (line 384-ish for 4-wire, line 399-ish 6-wire). I am guessing you can call a custom NTP time server URL there if you have your own? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi all,
my ESP is running behind the firewall, with no access to the internet (in my opinion not needed).
If I want to access from outside I do this using a VPN connection to my router.
The problem is, that the software connects at several points to time servers (maybe also in the libraries?)
I would like to point to my router, which is acting as own time server.
Wihtout the correct time the filter and chlorine timer reacts strange.
Does someone knows where in the code time server references are located?
I tried to search but it is hard to find (time is a very often used word :-( )
Martin
Beta Was this translation helpful? Give feedback.
All reactions