mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 02:07:15 +02:00
Minor change but could confuse some (#4084)
This commit is contained in:
@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user