diff --git a/SomfyController.littlefs.bin b/SomfyController.littlefs.bin index 3bd710c..aff39e9 100644 Binary files a/SomfyController.littlefs.bin and b/SomfyController.littlefs.bin differ diff --git a/data/index.html b/data/index.html index 6181b0d..793c3cd 100644 --- a/data/index.html +++ b/data/index.html @@ -638,13 +638,6 @@ wifi.loadNetwork(); break; } - if (tab.getAttribute('data-grpid') === 'divNetworkSettings') { - // Only load the networks if we need them. - //if(new Date().getTime() - parseInt(document.getElementById('divAps').getAttribute('data-lastloaded'), 10) > 60000) - // wifi.loadAPs(); - wifi.loadNetwork(); - } - let grp = document.getElementById(tab.getAttribute('data-grpid')); if (typeof grp !== 'undefined' && grp) grp.style.display = ''; }