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
Now that arduino/ArduinoCore-arc32#159 has been merged, it will be resolved in the next 101 core release. Suggested work around for now is as @akash73 mentioned, downgrade to 0.8.0 of the library.
Uh oh!
There was an error while loading. Please reload this page.
When I try to compile the example sketch to scan for available networks I get the following error.
I am running IDE 1.6.9 hourly build 2016/04/28 4:33
The board I have selected is Arduino 101
I am running library wifi101 0.9.0
I have read through all the forum posts I can find and I think I am doing all the suggested fixes for this issue.
C:\Users\chris\Documents\Arduino\libraries\WiFi101\src\WiFiMdnsResponder.cpp: In member function 'bool WiFiMDNSResponder::parseRequest()':
C:\Users\chris\Documents\Arduino\libraries\WiFi101\src\WiFiMdnsResponder.cpp:152:61: error: 'memcmp_P' was not declared in this scope
C:\Users\chris\Documents\Arduino\libraries\WiFi101\src\WiFiMdnsResponder.cpp:154:72: error: 'strncasecmp' was not declared in this scope
exit status 1
Error compiling for board Arduino 101.
The text was updated successfully, but these errors were encountered: