From e8a516ab120be3bf58f207b0fb5564e1f90dda5e Mon Sep 17 00:00:00 2001
From: openbuilds-engineer
Date: Fri, 23 Aug 2019 19:12:45 +0200
Subject: [PATCH] v1.0.185
---
index.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/index.js b/index.js
index 3ac6a42..5ba6c5d 100644
--- a/index.js
+++ b/index.js
@@ -663,7 +663,7 @@ io.on("connection", function(socket) {
console.log("No supported firmware detected. Closing port " + port.path);
var output = {
'command': 'connect',
- 'response': "No supported firmware detected. Closing port " + port.path
+ 'response': "ERROR!: No supported firmware detected - you need a controller with Grbl 1.1x on it, or there is a problem with your controller. Closing port " + port.path
}
io.sockets.emit('data', output);
stopPort();