Minor include related compile fix. Added experimental XON/XOFF flow control. Not officially supported!
- A latency issue related to USB-to-serial converters on the Arduino does not allow for XON/XOFF flow control to work correctly on standard terminal programs. It seems that only specialized UI's or avoiding the USB port all together solves this problem. However, XON/XOFF flow control is added for advanced users only as a compile-time option. This feature is officially *NOT* supported by grbl, but let us know of any successes with it!
This commit is contained in:
@ -21,10 +21,11 @@
|
||||
|
||||
#ifndef nuts_bolts_h
|
||||
#define nuts_bolts_h
|
||||
#include <config.h>
|
||||
|
||||
#include <string.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include "config.h"
|
||||
|
||||
#define false 0
|
||||
#define true 1
|
||||
|
Reference in New Issue
Block a user