sinnvolle Namensgebung
namensgebung
This commit is contained in:
@@ -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);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|||||||
@@ -33,7 +33,7 @@ const httpsServer = https.createServer(httpsOptions);
|
|||||||
initInputWS(httpsServer, robot, GCode, sharedState);
|
initInputWS(httpsServer, robot, GCode, sharedState);
|
||||||
|
|
||||||
/* ---------- GRBL Sender ---------- */
|
/* ---------- GRBL Sender ---------- */
|
||||||
const baseIP = process.env.GRBL_BASE_IP ?? "fluidNcBase.local";
|
const baseIP = process.env.GRBL_BASE_IP ?? "fluidNcBase.local";
|
||||||
const elbowIP= process.env.GRBL_ELLBOW_IP ?? "fluidNcEllbow.local";
|
const elbowIP= process.env.GRBL_ELLBOW_IP ?? "fluidNcEllbow.local";
|
||||||
const handIP = process.env.GRBL_HAND_IP ?? "fluidNcHand.local";
|
const handIP = process.env.GRBL_HAND_IP ?? "fluidNcHand.local";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user