pull/110/head
openbuilds-engineer 2019-08-23 19:12:45 +02:00
rodzic 9359a07a3e
commit e8a516ab12
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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();