You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Firstly, for information purposes, this library works perfectly on the RP2040 based PicoW (V1).
Now, for my request. The RP2040 has a RTC, but without a battery-backup. So I'd like the ability to query the NTP server once, during setup to use the returned value to set the RTC. No updates.
I notice that the timeClient keeps track of the current time even-though I called the end function, so the timer interrupt is still captured. Can we free that interrupt when the end function is called?
The text was updated successfully, but these errors were encountered:
per1234
changed the title
NTPClient on the PicoW
Free timer interrupt on Pico W when end function is called
Sep 12, 2024
Firstly, for information purposes, this library works perfectly on the RP2040 based PicoW (V1).
Now, for my request. The RP2040 has a RTC, but without a battery-backup. So I'd like the ability to query the NTP server once, during setup to use the returned value to set the RTC. No updates.
I notice that the timeClient keeps track of the current time even-though I called the end function, so the timer interrupt is still captured. Can we free that interrupt when the end function is called?
The text was updated successfully, but these errors were encountered: