We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 787f27f commit 459dd98Copy full SHA for 459dd98
libraries/WiFi/examples/WiFiMultiAdvanced/WiFiMultiAdvanced.ino
@@ -15,7 +15,7 @@ bool testConnection(){
15
HTTPClient http;
16
http.begin("http://www.espressif.com");
17
int httpCode = http.GET();
18
- // we expect to get a 301 because it will ask to use HTTPS intead of HTTP
+ // we expect to get a 301 because it will ask to use HTTPS instead of HTTP
19
if (httpCode == HTTP_CODE_MOVED_PERMANENTLY) return true;
20
return false;
21
}
0 commit comments