You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Tried to run WiFiFirmwareUpdater & WiFiWebClient examples from Portenta X8 boards package v3.2.0 inside Arduino IDE 1.8.19 on my Portenta X8. Both fail with similar compilation error:
ResolveLibrary(QSPIFBlockDevice.h)WiFiFirmwareUpdater:1:10: fatal error: QSPIFBlockDevice.h: No such file or directory
I saw other issues related to QSPIFBlockDevice here (#489 , #377) but I am not sure if I can apply the proposed solutions. How can I get this to compile, please?