Skip to content

Commit

Permalink
Update EP comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed May 12, 2020
1 parent 69d4bc9 commit 27beade
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions Marlin/Configuration_adv.h
Original file line number Diff line number Diff line change
Expand Up @@ -1792,10 +1792,14 @@
//#define SERIAL_STATS_DROPPED_RX
#endif

// Enable an emergency-command parser to intercept certain commands as they
// enter the serial receive buffer, so they cannot be blocked.
// Currently handles M108, M112, M410
// Does not work on boards using AT90USB (USBCON), ESP32, STM32F1/4/7, or Teensy 3.5/3.6 processors!
/**
* Emergency Command Parser
*
* Add a low-level parser to intercept certain commands as they
* enter the serial receive buffer, so they cannot be blocked.
* Currently handles M108, M112, M410, M876
* NOTE: Not yet implemented for all platforms.
*/
//#define EMERGENCY_PARSER

// Bad Serial-connections can miss a received command by sending an 'ok'
Expand Down

0 comments on commit 27beade

Please sign in to comment.