this is using the mbed os version 5-13-1
Diff: source/common_config.h
- Revision:
- 74:f26e846adfe9
- Child:
- 83:9c271a50a70b
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/source/common_config.h Sun Mar 10 09:46:06 2019 +0000 @@ -0,0 +1,15 @@ +#ifndef __COMMON_CONFIG_H__ +#define __COMMON_CONFIG_H__ + +#define DEFAULT_BAUD_RATE 115200 +#define BUFFER_LEN 256 +#define TX_BUFFER_LEN 4*256 +#define RX_BUFFER_LEN 4*256 +#define BTLE_THREAD_PRIORITY osPriorityRealtime +#define WIFI_THREAD_PRIORITY osPriorityRealtime +#define ATCMD_THREAD_PRIORITY osPriorityRealtime +#ifndef UBLOX_ODIN_W2_RECV_TIMEOUT +#define UBLOX_ODIN_W2_RECV_TIMEOUT 2000 +#endif + +#endif // __COMMON_CONFIG_H__ \ No newline at end of file