Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of NNN40_CLI by
Diff: main.cpp
- Revision:
 - 20:bd1760975052
 - Parent:
 - 19:e2de6c1776eb
 - Child:
 - 21:72d7a6e85d7f
 
diff -r e2de6c1776eb -r bd1760975052 main.cpp --- a/main.cpp Wed Oct 19 06:49:09 2016 +0000 +++ b/main.cpp Wed Oct 19 10:34:28 2016 +0000 @@ -7,7 +7,7 @@ #include "ble_cli.h" -#define uart_buffer_size 64 //Do not increase uart_buffer_size to prevent out of memory, 64 should be enough for BLE usage +#define uart_buffer_size 64 //Do not increase uart_buffer_size to prevent out of memory, #define uart_baudrate 38400 //supported baudrate range between 1200 to 230400 (38400) for NQ620 (NNN40) unsigned char uart_buf[uart_buffer_size]; unsigned int i = 0;
