-
I am developing a system using this library with both Ethernet and Wifi, depending on the availability of the network. I am using ssl client with a root certificate, and thus I need to have ntp time available with any network type. I am succesfully using configTime for Wifi as shown in examples, but is there a way to make it work also with Ethernet (W5500)? Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
mobizt
Oct 8, 2024
Replies: 1 comment 1 reply
-
It is out of library scope. There are time libraries which work with |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
martint88
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It is out of library scope.
There are time libraries which work with
EthernetUDP
available e.g. NTPClient from Arduino team.