diff --git a/html/home.html b/html/home.html
index 35c8436..ddc8e4a 100644
--- a/html/home.html
+++ b/html/home.html
@@ -26,16 +26,40 @@
-
-
Wifi summary
-
-
- WiFi mode | |
- Configured network | |
- Wifi status | |
- Wifi address | |
-
-
+
+
+
Wifi summary
+
+
+ WiFi mode | |
+ Configured network | |
+ Wifi status | |
+ Wifi address | |
+
+
+
+
Pin assignment
@@ -45,26 +69,6 @@
@@ -74,6 +78,8 @@
onLoad(function() {
fetchPins();
getWifiInfo();
+ fetchTcpClient();
+ bnd($("#tcpform"), "submit", changeTcpClient);
});