[1.1.x] Report SERIAL_XON_XOFF in M115
-Report SERIAL_XON_XOFF in Extended Capabilites M115 report for hosts -Remove outdated 256 size limitation from comments on RX_BUFFER_SIZE defines config updates -Update error checking conditions
This commit is contained in:
parent
d8582b7506
commit
2e295759f2
2 changed files with 11 additions and 2 deletions
|
|
@ -8490,6 +8490,13 @@ inline void gcode_M115() {
|
|||
|
||||
#if ENABLED(EXTENDED_CAPABILITIES_REPORT)
|
||||
|
||||
// SERIAL_XON_XOFF
|
||||
#if ENABLED(SERIAL_XON_XOFF)
|
||||
SERIAL_PROTOCOLLNPGM("Cap:SERIAL_XON_XOFF:1");
|
||||
#else
|
||||
SERIAL_PROTOCOLLNPGM("Cap:SERIAL_XON_XOFF:0");
|
||||
#endif
|
||||
|
||||
// EEPROM (M500, M501)
|
||||
#if ENABLED(EEPROM_SETTINGS)
|
||||
SERIAL_PROTOCOLLNPGM("Cap:EEPROM:1");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue