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
{{ message }}
This repository has been archived by the owner on Feb 4, 2023. It is now read-only.
C:\Users\vdavi\AppData\Local\Temp\arduino_build_453956\libraries\WiFiNINA_Generic\WiFiStorage_Generic.cpp.o: In function `WiFiStorageClass::exists(char const*, unsigned long*)':
Thanks for using the library and encouraging words.
The Storage class is new and I really haven't got time to verify and test the feature. It's good that you found out the issue anf I'll certainly investigate and fix the bug.
Could you pls help by posting the Server.ino sketch to save me time to recreate the issue to fix the bug.
Hello,
Your library is great, but the storage part does not work, The original WiFinina does.
It looks something related to the WiFi_Drv class.
C:\Users\vdavi\AppData\Local\Temp\arduino_build_453956\sketch\Server.ino.cpp.o: In function
setup':C:\Users\vdavi\Documents\Arduino\libraries\WiFiNINA_Generic\src/utility/wifi_drv.h:344: undefined reference to `WiFiDrv::fileOperation(unsigned char, char const*, unsigned char, unsigned long, unsigned char*, unsigned long)'
C:\Users\vdavi\Documents\Arduino\libraries\WiFiNINA_Generic\src/utility/wifi_drv.h:337: undefined reference to `WiFiDrv::fileOperation(unsigned char, char const*, unsigned char, unsigned long, unsigned char*, unsigned long)'
C:\Users\vdavi\AppData\Local\Temp\arduino_build_453956\libraries\WiFiNINA_Generic\WiFiStorage_Generic.cpp.o: In function `WiFiStorageClass::exists(char const*, unsigned long*)':
C:\Users\vdavi\Documents\Arduino\libraries\WiFiNINA_Generic\src\utility/wifi_drv.h:344: undefined reference to `WiFiDrv::fileOperation(unsigned char, char const*, unsigned char, unsigned long, unsigned char*, unsigned long)'
collect2.exe: error: ld returned 1 exit status`
Maybe you could have a look into that.
Thanks a lot
Davide
The text was updated successfully, but these errors were encountered: