minor updates

This commit is contained in:
znetsixe
2025-07-01 17:02:51 +02:00
parent a6dfbec5d0
commit b2eb8fe900
2 changed files with 2 additions and 1 deletions

View File

@@ -53,6 +53,7 @@ class Machine {
//basic setup
this.emitter = new EventEmitter(); // Own EventEmitter
this.logger = new logger(machineConfig.general.logging.enabled,machineConfig.general.logging.logLevel, machineConfig.general.name);
this.configManager = new configManager();
this.defaultConfig = this.configManager.getConfig('rotatingMachine'); // Load default config for rotating machine ( use software type name ? )