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

@@ -33,7 +33,7 @@ const httpsServer = https.createServer(httpsOptions);
initInputWS(httpsServer, robot, GCode, sharedState);
/* ---------- 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 handIP = process.env.GRBL_HAND_IP ?? "fluidNcHand.local";