ble-uart: Prevent buffer overflow
Compare changes
There are no changes yet
No changes between version 1 and version 1
For messages with lines longer than 129 characters, ble_uart_write would start overwriting adjacent memory. This commit fixes this by starting a new line once the buffer runs full.
No changes between version 1 and version 1