diff --git a/templates/index.html b/templates/index.html index 4e97dbf..1266ae4 100644 --- a/templates/index.html +++ b/templates/index.html @@ -684,6 +684,40 @@
+ +
+
Proximity Radar
+
+
+ + + + +
+
+
+ 0 +
Immediate
+
+
+ 0 +
Near
+
+
+ 0 +
Far
+
+
+
+ +
+
Channel Analysis (v2)
+
+ + +
+
+
@@ -2210,6 +2244,10 @@ refreshWifiInterfaces(); initRadar(); initWatchList(); + // Initialize v2 WiFi components + if (typeof WiFiMode !== 'undefined') { + WiFiMode.init(); + } } else if (mode === 'bluetooth') { refreshBtInterfaces(); initBtRadar();