1
0
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:
Mitch Bradley
2020-10-06 11:16:31 -10:00
parent 1d3961e771
commit 8913fd9731

View File

@@ -96,9 +96,6 @@ namespace WebUI {
return;
}
#endif
if (_client == CLIENT_WEBUI) {
return; //this is sanity check
}
grbl_send(_client, data);
}