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 f3fa586 commit 7afda15Copy full SHA for 7afda15
docs/api.md
@@ -593,7 +593,7 @@ WiFi.setHostname(hostname)
593
594
```
595
…
596
- WiFi.setHostname(“MyArduino”);
+ WiFi.setHostname("MyArduino");
597
598
// attempt to connect to Wifi network:
599
while (status != WL_CONNECTED) {
@@ -2788,7 +2788,7 @@ server.status()
2788
2789
2790
2791
-Serial.print(“connection status: ”);
+Serial.print("connection status: ");
2792
Serial.println(client.status());
2793
2794
0 commit comments