RX_BUFFER_MONITOR

MarlinFirmware/Marlin#21122
This commit is contained in:
Scott Lahteine 2021-02-27 15:02:56 -06:00
parent b3c68f31d0
commit 1f41914bd1
219 changed files with 1314 additions and 0 deletions

View file

@ -2021,6 +2021,12 @@
//#define SERIAL_STATS_DROPPED_RX
#endif
// Monitor RX buffer usage
// Dump an error to the serial port if the serial receive buffer overflows.
// If you see these errors, increase the RX_BUFFER_SIZE value.
// Not supported on all platforms.
//#define RX_BUFFER_MONITOR
/**
* Emergency Command Parser
*