diff --git a/html/home.html b/html/home.html index de9862f..4cdc0e0 100644 --- a/html/home.html +++ b/html/home.html @@ -50,6 +50,28 @@ the online README for up-to-date help.

+
+

Telnet Serial-Bridge

+

There are two ports available for telnet to use by default: 23   2323

+
+ + + + + +
@@ -152,9 +174,12 @@ onLoad(function() { makeAjaxInput("system", "description"); makeAjaxInput("system", "name"); + makeAjaxInput("telnet", "port1"); + makeAjaxInput("telnet", "port2"); fetchPins(); getWifiInfo(); getSystemInfo(); + getTelnetInfo(); bnd($("#pinform"), "submit", setPins); });