-
Notifications
You must be signed in to change notification settings - Fork 129
Closed
Labels
type: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
The example UDPNTPClient returns always 0
as current timestamp.
This means that UDP send is working (because the time server receive the request) but the UDP read is not (because it reads always as 0x00
).
The bug appears only on AVR boards, probably the issue is due to a wrong assumption about datatype size on 8bit MCU.
Metadata
Metadata
Assignees
Labels
type: imperfectionPerceived defect in any part of projectPerceived defect in any part of project