mmures fix
This commit is contained in:
parent
06063118bd
commit
24e7f0d0ec
1 changed files with 3 additions and 1 deletions
|
@ -3464,7 +3464,9 @@ void process_commands()
|
|||
enquecommand_P(PSTR("M24"));
|
||||
}
|
||||
else if (code_seen("MMURES")) {
|
||||
fprintf_P(uart2io, PSTR("X0"));
|
||||
|
||||
printf_P(PSTR("X0\n"));
|
||||
fprintf_P(uart2io, PSTR("X0\n"));
|
||||
}
|
||||
else if (code_seen("RESET")) {
|
||||
// careful!
|
||||
|
|
Loading…
Reference in a new issue