Quantcast
Channel: Intel Communities: Message List
Viewing all articles
Browse latest Browse all 18089

Re: Galileo WiFi library will not connect to network whose SSID contains spaces

$
0
0

Thanks for the suggestion.  I tried it, but it didn't work.   However, I spoke with somebody who gave me another suggestion which did work, namely to enclose the string in single quotes within the existing double quotes.

 

So while

 

char ssid[]  = "name with spaces"; //double quotes only

 

fails, the following works

 

char ssid[] = "'name with spaces'"; //single quotes inside double quotes


Viewing all articles
Browse latest Browse all 18089

Trending Articles