mirror of
https://github.com/bdring/Grbl_Esp32.git
synced 2025-09-02 19:02:35 +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));
|
||||
} else {
|
||||
#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
|
||||
return false;
|
||||
}
|
||||
|
Reference in New Issue
Block a user