C:\Users\devel\AppData\Local\Temp\arduino-sketch-77B8793FBE8B1CD8EE11B1ADAA718548\sketch\AwotHelloWorld.ino.ino.cpp.o: In function `loop':
c:\Users\devel\Documents\Arduino\AwotHelloWorld.ino/AwotHelloWorld.ino.ino:40: undefined reference to `arduino::WiFiClass::ping(char const*, unsigned char)'
collect2.exe: error: ld returned 1 exit status
Multiple libraries were found for "WiFi.h"
Used: C:\Users\devel\AppData\Local\Arduino15\packages\arduino\hardware\mbed_portenta\2.4.1\libraries\WiFi
Not used: C:\Program Files (x86)\Arduino\libraries\WiFi
Compilation error: Error: 2 UNKNOWN: exit status 1
I get the above error when compiling code that calls WiFi.ping. Checking the .cpp file in the associated folder the WiFi indeed only declares 'ping' but it is never actually defined. Is there a place to report this issue or is there a github? There appear to be multiple methods like this and it makes it very difficult to develop on this board currently because the ported libraries are in such poor shape.