Merge pull request #341 from PavelSindler/resend
Resend always contains OK
This commit is contained in:
commit
bf6fbdd44d
2 changed files with 4 additions and 3 deletions
|
@ -6159,7 +6159,8 @@ void FlushSerialRequestResend()
|
|||
MYSERIAL.flush();
|
||||
SERIAL_PROTOCOLRPGM(MSG_RESEND);
|
||||
SERIAL_PROTOCOLLN(gcode_LastN + 1);
|
||||
ClearToSend();
|
||||
previous_millis_cmd = millis();
|
||||
SERIAL_PROTOCOLLNRPGM(MSG_OK);
|
||||
}
|
||||
|
||||
// Confirm the execution of a command, if sent from a serial line.
|
||||
|
|
Loading…
Add table
Reference in a new issue