Okundu Omeni
/
wifi-https-ble-sm-uart-atcmd-5-13-1
this is using the mbed os version 5-13-1
source/common_config.h
- Committer:
- ocomeni
- Date:
- 2019-03-10
- Revision:
- 74:f26e846adfe9
- Child:
- 83:9c271a50a70b
File content as of revision 74:f26e846adfe9:
#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__