Delta / Mbed OS Delta_CLI

Fork of NNN40_CLI by Delta

Revision:
18:4f5b317c04b9
Parent:
17:03c8af30087a
Child:
19:e2de6c1776eb
--- a/main.cpp	Mon Sep 19 02:26:11 2016 +0000
+++ b/main.cpp	Fri Sep 23 01:41:28 2016 +0000
@@ -8,7 +8,7 @@
 #include "ble_cli.h"
 
 #define uart_buffer_size    512     //Do not increase uart_buffer_size to prevent out of memory 
-#define uart_baudrate       1200   //supported baudrate range between 1200 to 230400 (57600) for NQ620 (NNN40)
+#define uart_baudrate       115200   //supported baudrate range between 1200 to 230400 (57600) for NQ620 (NNN40)
 unsigned char uart_buf[uart_buffer_size];
 unsigned int i = 0;