Closed aentinger closed 1 month ago
Following the conventions of Arduino's UDP API (outlined in ArduinoCore-API/api/Udp.h) we are offering to our users a packet based API. Reading a packet is started by parsePacket and finished by flush.
parsePacket
flush
Ciao @facchinm :coffee: :wave: You've self-requested this review faster than I did assign it to you :wink: - will proceed with merge then.
Following the conventions of Arduino's UDP API (outlined in ArduinoCore-API/api/Udp.h) we are offering to our users a packet based API. Reading a packet is started by
parsePacket
and finished byflush
.