forked from espressif/arduino-esp32
Add flash helper constructor to Uri
This commit is contained in:
@ -32,7 +32,7 @@ void setup(void) {
|
||||
Serial.println("MDNS responder started");
|
||||
}
|
||||
|
||||
server.on("/", []() {
|
||||
server.on(F("/"), []() {
|
||||
server.send(200, "text/plain", "hello from esp32!");
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user