From 99ff69d23343e0a949e122ac8e0d43a77e5b6263 Mon Sep 17 00:00:00 2001 From: Tobias Blum Date: Sat, 18 Feb 2017 22:27:49 +0100 Subject: [PATCH] Detailed instructions in serial console for first time users. --- Arduino/McLighting/McLighting.ino | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/Arduino/McLighting/McLighting.ino b/Arduino/McLighting/McLighting.ino index 562c502..c65fb64 100644 --- a/Arduino/McLighting/McLighting.ino +++ b/Arduino/McLighting/McLighting.ino @@ -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