Arduino-HardwareBLESerial icon indicating copy to clipboard operation
Arduino-HardwareBLESerial copied to clipboard

Added a `write_buf` function to write one chunk of data directly

Open gavincangan opened this issue 1 year ago • 1 comments

Since the buffer size can be overridden, this could help cases where someone needs to send a small chunk of data without breaking it up across multiple messages. I needed this to reduce latency

gavincangan avatar Jul 19 '23 07:07 gavincangan