From 563957f2d39c730dd6757b395b807e4edc684091 Mon Sep 17 00:00:00 2001 From: Alex Date: Thu, 27 Oct 2016 15:24:50 -0500 Subject: [PATCH] Update home.html Updates for changing/selecting telnet ports --- html/home.html | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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); });