Allow Serial Overrun Protection to be disabled
This commit is contained in:
@ -1049,6 +1049,10 @@
|
||||
// Some clients will have this feature soon. This could make the NO_TIMEOUTS unnecessary.
|
||||
//#define ADVANCED_OK
|
||||
|
||||
// Printrun may have trouble receiving long strings all at once.
|
||||
// This option inserts short delays between lines of serial output.
|
||||
#define SERIAL_OVERRUN_PROTECTION
|
||||
|
||||
// @section extras
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user