mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-01 10:23:19 +02:00
Show $ command responses in WebUI console
This commit is contained in:
@@ -96,9 +96,6 @@ namespace WebUI {
|
||||
return;
|
||||
}
|
||||
#endif
|
||||
if (_client == CLIENT_WEBUI) {
|
||||
return; //this is sanity check
|
||||
}
|
||||
grbl_send(_client, data);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user