I have an ESP32 board, with Micropython installed properly, and connecting to local the internet.
Since it have to do a scheduled jobs- its clock need to be synced. After boot it get a generic date 1/1/2000
.
How can Micropython updates int clock using ntp.pool.org
or other?
Guy