🐛 Fix serial PORT_RESTORE (and BUFFER_MONITORING) (#23022)
This commit is contained in:
parent
2199ae77c8
commit
3f6c8d5dc5
3 changed files with 3 additions and 3 deletions
|
|
@ -719,7 +719,7 @@ void GCodeQueue::advance() {
|
|||
|
||||
if (auto_buffer_report_interval && ELAPSED(ms, next_buffer_report_ms)) {
|
||||
next_buffer_report_ms = ms + 1000UL * auto_buffer_report_interval;
|
||||
PORT_REDIRECT(SERIAL_BOTH);
|
||||
PORT_REDIRECT(SerialMask::All);
|
||||
report_buffer_statistics();
|
||||
PORT_RESTORE();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue