Open mrv96 opened 4 years ago
Looks good, but I would also update the JeeUdp example sketch here https://github.com/njh/EtherCard/blob/420dd84ca4b5b4187896cf4aa23cd8ac66ae2cab/examples/JeeUdp/JeeUdp.ino#L252 to get rid of the invalid conversion warning: https://travis-ci.com/github/njh/EtherCard/jobs/367604836#L665-L672
udpClientSendOnly.ino is also affected, as it uses char*: https://github.com/njh/EtherCard/blob/420dd84ca4b5b4187896cf4aa23cd8ac66ae2cab/examples/udpClientSendOnly/udpClientSendOnly.ino#L31-L37
char*
Squashed commits and updated examples
Looks good, but I would also update the JeeUdp example sketch here https://github.com/njh/EtherCard/blob/420dd84ca4b5b4187896cf4aa23cd8ac66ae2cab/examples/JeeUdp/JeeUdp.ino#L252 to get rid of the invalid conversion warning: https://travis-ci.com/github/njh/EtherCard/jobs/367604836#L665-L672
udpClientSendOnly.ino is also affected, as it uses
char*
: https://github.com/njh/EtherCard/blob/420dd84ca4b5b4187896cf4aa23cd8ac66ae2cab/examples/udpClientSendOnly/udpClientSendOnly.ino#L31-L37