|
@@ -1792,10 +1792,14 @@
|
1792
|
1792
|
//#define SERIAL_STATS_DROPPED_RX
|
1793
|
1793
|
#endif
|
1794
|
1794
|
|
1795
|
|
-// Enable an emergency-command parser to intercept certain commands as they
|
1796
|
|
-// enter the serial receive buffer, so they cannot be blocked.
|
1797
|
|
-// Currently handles M108, M112, M410
|
1798
|
|
-// Does not work on boards using AT90USB (USBCON), ESP32, STM32F1/4/7, or Teensy 3.5/3.6 processors!
|
|
1795
|
+/**
|
|
1796
|
+ * Emergency Command Parser
|
|
1797
|
+ *
|
|
1798
|
+ * Add a low-level parser to intercept certain commands as they
|
|
1799
|
+ * enter the serial receive buffer, so they cannot be blocked.
|
|
1800
|
+ * Currently handles M108, M112, M410, M876
|
|
1801
|
+ * NOTE: Not yet implemented for all platforms.
|
|
1802
|
+ */
|
1799
|
1803
|
//#define EMERGENCY_PARSER
|
1800
|
1804
|
|
1801
|
1805
|
// Bad Serial-connections can miss a received command by sending an 'ok'
|