Skip to content

Conversation

@PaulZC
Copy link
Contributor

@PaulZC PaulZC commented Jul 5, 2024

Resolves #371

NTP mode is now working nicely on EVK Ethernet. Tested with NTP on Raspberry Pi.

I struggled with ntpServer->parsePacket(); and ntpServer->available() for a while. It wasn't capturing the Raspberry Pi NTP requests. The solution was to call ntpServer->clear(); after each check. This ensures the internal rx_buffer is deleted correctly. Without this parsePacket returns 0 and won't receive the next packet.

@nseidle nseidle merged commit a50c4b5 into release_candidate Jul 8, 2024
@nseidle nseidle deleted the NTP_Updates branch July 8, 2024 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants