Skip to content

Commit

Permalink
Minor change but could confuse some (#4084)
Browse files Browse the repository at this point in the history
  • Loading branch information
samster395 authored Sep 30, 2020
1 parent f30edd0 commit b551310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/WebServer/examples/HelloServer/HelloServer.ino
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ const int led = 13;

void handleRoot() {
digitalWrite(led, 1);
server.send(200, "text/plain", "hello from esp8266!");
server.send(200, "text/plain", "hello from esp32!");
digitalWrite(led, 0);
}

Expand Down

0 comments on commit b551310

Please sign in to comment.