mirror of
https://github.com/xoseperez/espurna.git
synced 2026-03-12 11:17:06 +01:00
webui(local): do not attach network event handlers
This commit is contained in:
@@ -360,7 +360,10 @@ function init() {
|
||||
|
||||
variableListeners(listeners());
|
||||
|
||||
initConnection();
|
||||
if (!MODULE_LOCAL) {
|
||||
initConnection();
|
||||
}
|
||||
|
||||
initSettings();
|
||||
initPassword();
|
||||
initWiFi();
|
||||
|
||||
Reference in New Issue
Block a user