Small modification to status message
This commit is contained in:
parent
9f497f7f61
commit
c40c744702
|
|
@ -559,9 +559,8 @@ void Span::checkConnect(){
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Serial.print("Starting Web (HTTP) Server supporting up to ");
|
Serial.printf("Starting HAP Server on port %d supporting %d simultaneous HomeKit Controller Connections...\n",tcpPortNum,maxConnections);
|
||||||
Serial.print(maxConnections);
|
|
||||||
Serial.print(" simultaneous connections...\n");
|
|
||||||
hapServer->begin();
|
hapServer->begin();
|
||||||
|
|
||||||
Serial.print("\n");
|
Serial.print("\n");
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue