We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30edd0 commit b551310Copy full SHA for b551310
libraries/WebServer/examples/HelloServer/HelloServer.ino
@@ -12,7 +12,7 @@ const int led = 13;
12
13
void handleRoot() {
14
digitalWrite(led, 1);
15
- server.send(200, "text/plain", "hello from esp8266!");
+ server.send(200, "text/plain", "hello from esp32!");
16
digitalWrite(led, 0);
17
}
18
0 commit comments