Nano RP2040 Connect WiFi

I’m trying to run the example sketch from Examples/WiFi/WiFiWebClient and I’m getting the following error messages:

In file included from /home/kraig/.arduino15/packages/arduino/hardware/mbed/3.3.0/libraries/SocketWrapper/src/MbedSSLClient.cpp:1:0:
/home/kraig/.arduino15/packages/arduino/hardware/mbed/3.3.0/libraries/SocketWrapper/src/MbedSSLClient.h:26:10: fatal error: QSPIFBlockDevice.h: No such file or directory
#include <QSPIFBlockDevice.h>
^~~~~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1

Compilation error: exit status 1

I’m not finding much info on QSPIFBlockDevice.h. Is it supposed to be part of the wifi library? Thanks for any help you can give.

First post a screen grab of the board selector, there are 3 boards called Nano RP2040 Connect. One is deprecated one is Raspberry Pi and one is Arduino Mbed.
If selecting the correct board does not fix your problem then post the code in code tags as well as the verbose error log also in code tags.

I wasn’t aware that there were three versions of the board. Perhaps that’s the root of the problem. Mine has a Raspberry PI IC in the center and a ublox Model NINA W102 WiFi module. I can’t see any Revision or Version information on the board. Is there a way to tell which board I have and what libraries I need? Thanks for your help.