sinnvolle Namensgebung

namensgebung
This commit is contained in:
chk
2026-04-23 19:04:08 +02:00
parent 8ed6b67574
commit d801e19ad0
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ wss.on('connection', function connection(ws)
/* /*
const InputWS = require('./robot/InputWS.js') const InputWS = require('./server/InputWS.js')
const wss = InputWS(server, robot, GCode, sharedState); const wss = InputWS(server, robot, GCode, sharedState);
*/ */