Closed
Description
UDP
virtual IPAddress remoteIP() =0;
virtual IPAddress remoteIP() const =0;
you can't change a virtual function in an established Arduino core class
5c4db3a#commitcomment-32254962
other networking libraries Client implementations do not implement
flush
andstop
with parameter.
"The type 'UIPClient' must implement the inherited pure virtual method 'Client::stop' "
83a8076#commitcomment-32254941
@JAndrassy Can you please give more details ?
Also If your sketch does not compile and returns error needs to be addressed.