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 1Compilation 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.

