ArduinoCore-renesas icon indicating copy to clipboard operation
ArduinoCore-renesas copied to clipboard

WifiS3 add ping issue 251

Open paulvha opened this issue 1 year ago • 1 comments

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"

paulvha avatar Feb 16 '24 17:02 paulvha

Wifi.h and WiFi.cpp are NOT copied before compile. They are included in the pull requirest. What do I need to do ?

paulvha avatar Feb 16 '24 17:02 paulvha

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.

pennam avatar Nov 22 '24 15:11 pennam