mirror of
https://github.com/kevinveenbirkenbach/physical-interface.git
synced 2024-11-14 14:21:04 +01:00
Updated text
This commit is contained in:
parent
6fc2358a9c
commit
42f2607749
@ -219,7 +219,8 @@ void setup(void)
|
||||
Serial.print("IP address: ");
|
||||
Serial.println(WiFi.localIP());
|
||||
if (mdns.begin(hostname, WiFi.localIP())) {
|
||||
Serial.println("MDNS responder started. Using \"" + String(hostname) + "\" as hostname.");
|
||||
Serial.println("MDNS responder started.");
|
||||
Serial.println("Using \"" + String(hostname) + "\" as hostname.");
|
||||
}
|
||||
server.onNotFound(handleRequest);
|
||||
server.begin();
|
||||
|
Loading…
Reference in New Issue
Block a user