"git@git.flow3r.garden:card10/openocd.git" did not exist on "9bdbffb8cc0d169349b5580b42602268e773b470"
ble-uart: Prevent buffer overflow
Compare changes
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.