ArduinoCore-renesas
ArduinoCore-renesas copied to clipboard
WifiS3 add ping issue 251
This requires a change to bridge as well: https://github.com/arduino/uno-r4-wifi-usb-bridge/pull/47
As such it also requires in the symbolic link file WiFiCommands.h that has been added (included in https://github.com/arduino/uno-r4-wifi-usb-bridge/pull/47):
#define _PINGIP "+PINGIP"
#define _PINGNAME "+PINGNAME"
Wifi.h and WiFi.cpp are NOT copied before compile. They are included in the pull requirest. What do I need to do ?
Hi @paulvha, thanks for your contribution, I've took your commits, squashed and moved to https://github.com/arduino/ArduinoCore-renesas/pull/395 to add some fixes and changes to make the API compatible with WiFiNINA and WiFi101 ping.