Skip to content

Commit

Permalink
html tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
tve committed May 24, 2015
1 parent 1e0e8a4 commit 47eb82c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions html/wifi/connecting.html
Expand Up @@ -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 <a href=\"http://"+data.ip+
"/\">here</a>.";
$("#status").innerHTML="Connected! Got IP "+data.ip+ ".<br/>" +
"If you're in the same network, you can access it <a href=\"http://"+data.ip+
"/\">here</a>.<br/>ESP Link will switch to STA-only mode in a few seconds.";
} else {
$("#status").innerHTML="Oops: " + data.status + ". Reason: " + data.reason +
"<br/>Check password and selected AP.<br/><a href=\"wifi.tpl\">Go Back</a>";
Expand Down

0 comments on commit 47eb82c

Please sign in to comment.