Closed
Description
Line 35 in e26862e
#Pragma once instead of include guards causes error: redefinition of 'class arduino::UDP'
with the ArduinoCore-samd.
An easy fix would be to add:
#ifndef udp_h
#define udp_h
....
#endif
Or remove the double class definition
Metadata
Metadata
Assignees
Labels
No labels