init ports if windows clients don't request init
This commit is contained in:
parent
6d81502573
commit
04123d7972
2 changed files with 3 additions and 0 deletions
|
|
@ -195,6 +195,8 @@ var WebsocketController = function(sockets, version) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if(! comName) onGetPorts();
|
||||||
|
|
||||||
logger.log("trying to init port: " + comName);
|
logger.log("trying to init port: " + comName);
|
||||||
sp_controller.initPortWithConfigs(comName, config);
|
sp_controller.initPortWithConfigs(comName, config);
|
||||||
};
|
};
|
||||||
|
|
|
||||||
1
logo.txt
1
logo.txt
|
|
@ -1,3 +1,4 @@
|
||||||
|
|
||||||
██╗ ██╗ ██████╗ █████╗ ██████╗ ██╗ ██╗███████╗
|
██╗ ██╗ ██████╗ █████╗ ██████╗ ██╗ ██╗███████╗
|
||||||
╚██╗██╔╝ ██╔════╝██╔══██╗██╔══██╗██║ ██║██╔════╝
|
╚██╗██╔╝ ██╔════╝██╔══██╗██╔══██╗██║ ██║██╔════╝
|
||||||
╚███╔╝█████╗██║ ███████║██████╔╝██║ ██║█████╗
|
╚███╔╝█████╗██║ ███████║██████╔╝██║ ██║█████╗
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue