From 47eb82c4d7edd0e62068d77a6209392449ab998a Mon Sep 17 00:00:00 2001 From: Thorsten von Eicken Date: Sat, 23 May 2015 20:03:09 -0700 Subject: [PATCH] html tweaks --- html/wifi/connecting.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/html/wifi/connecting.html b/html/wifi/connecting.html index 3959512b..44996915 100644 --- a/html/wifi/connecting.html +++ b/html/wifi/connecting.html @@ -15,9 +15,9 @@ $("#status").innerHTML="Connecting..."; window.setTimeout(getStatus, 1000); } else if (data.status=="got IP address") { - $("#status").innerHTML="Connected! Got IP "+data.ip+ - ". If you're in the same network, you can access it here."; + $("#status").innerHTML="Connected! Got IP "+data.ip+ ".
" + + "If you're in the same network, you can access it here.
ESP Link will switch to STA-only mode in a few seconds."; } else { $("#status").innerHTML="Oops: " + data.status + ". Reason: " + data.reason + "
Check password and selected AP.
Go Back";