fix grbl lib compile
This commit is contained in:
@ -90,7 +90,7 @@ void loop() {
|
||||
}
|
||||
|
||||
if (M5.BtnB.wasPressed()) {
|
||||
grbl->mouveForward(50);
|
||||
grbl->mouveForward(-50);
|
||||
}
|
||||
|
||||
if (M5.BtnC.wasReleased()) {
|
||||
|
Reference in New Issue
Block a user