From 926e71b060fe4f3aa847aa4c897a2b4695620b6a Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Mon, 5 May 2025 01:31:42 +0100 Subject: [PATCH] fix wifi panel not saving Signed-off-by: Simon Smith --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 4f59903..8c11274 100644 --- a/index.html +++ b/index.html @@ -7877,8 +7877,8 @@ } // ###END###{NetAuth} - console.log('wifiepsettinginput', JSON.sstringify(v, null, 2)); - console.log('netAuthProfile', JSON.sstringify(sc, null, 2)); + console.log('wifiepsettinginput', JSON.stringify(v, null, 2)); + console.log('netAuthProfile', JSON.stringify(sc, null, 2)); console.log('netAuthSettingsClientCert', netAuthSettingsClientCert); console.log('netAuthSettingsServerCaCert', netAuthSettingsServerCaCert);