diff --git a/html/home.html b/html/home.html
index 926ec2c..46a984d 100644
--- a/html/home.html
+++ b/html/home.html
@@ -26,18 +26,42 @@
-
-
Wifi summary
-
-
- WiFi mode | |
- Wifi channel | |
- Configured network | |
- Wifi status | |
- Wifi address | |
- Configured hostname | |
-
-
+
+
+
Wifi summary
+
+
+ WiFi mode | |
+ Configured network | |
+ Wifi channel | |
+ Wifi status | |
+ Wifi address | |
+ Configured hostname | |
+
+
+
+
Pin assignment
@@ -47,26 +71,6 @@
@@ -76,6 +80,8 @@
onLoad(function() {
fetchPins();
getWifiInfo();
+ fetchTcpClient();
+ bnd($("#tcpform"), "submit", changeTcpClient);
});