mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-03 03:13:25 +02:00
Fixed stupid bug
This commit is contained in:
@@ -92,7 +92,7 @@ bool Pin::parse(String str, Pins::PinDetail*& pinImplementation) {
|
|||||||
pinImplementation = new Pins::VoidPinDetail(uint8_t(pinNumber));
|
pinImplementation = new Pins::VoidPinDetail(uint8_t(pinNumber));
|
||||||
} else {
|
} else {
|
||||||
#ifdef ESP32
|
#ifdef ESP32
|
||||||
grbl_sendf(CLIENT_ALL, "Unknown prefix: " % s "\r\n", prefix.c_str());
|
grbl_sendf(CLIENT_ALL, "Unknown prefix: \"%s\"\r\n", prefix.c_str());
|
||||||
#endif
|
#endif
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user