Detailed instructions in serial console for first time users.
This commit is contained in:
parent
33804de86e
commit
99ff69d233
1 changed files with 11 additions and 2 deletions
|
@ -152,9 +152,18 @@ void setup() {
|
|||
// ***************************************************************************
|
||||
MDNS.begin(HOSTNAME);
|
||||
DBG_OUTPUT_PORT.print("Open http://");
|
||||
DBG_OUTPUT_PORT.print(HOSTNAME);
|
||||
DBG_OUTPUT_PORT.println(".local/edit to see the file browser");
|
||||
DBG_OUTPUT_PORT.print(WiFi.localIP());
|
||||
DBG_OUTPUT_PORT.println("/ to open McLighting.");
|
||||
|
||||
DBG_OUTPUT_PORT.print("Use http://");
|
||||
DBG_OUTPUT_PORT.print(HOSTNAME);
|
||||
DBG_OUTPUT_PORT.println(".local/ when you have Bobjour installed.");
|
||||
|
||||
DBG_OUTPUT_PORT.print("New users: Open http://");
|
||||
DBG_OUTPUT_PORT.print(WiFi.localIP());
|
||||
DBG_OUTPUT_PORT.println("/upload to upload the webpages first.");
|
||||
|
||||
DBG_OUTPUT_PORT.println("");
|
||||
|
||||
// ***************************************************************************
|
||||
// Setup: WebSocket server
|
||||
|
|
Loading…
Reference in a new issue