Okundu Omeni
/
wifi-https-ble-sm-uart-atcmd-5-13-1
this is using the mbed os version 5-13-1
Diff: source/common_config.h
- Branch:
- PassingRegression
- Revision:
- 105:e5ce023eee93
- Parent:
- 104:11e9605093c9
- Child:
- 109:c274780ff609
--- a/source/common_config.h Sun May 05 08:24:46 2019 +0000 +++ b/source/common_config.h Mon May 06 09:06:36 2019 +0000 @@ -6,13 +6,15 @@ #define TX_BUFFER_LEN 4*256 #define RX_BUFFER_LEN 4*256 #define BTLE_THREAD_PRIORITY osPriorityRealtime -#define WIFI_THREAD_PRIORITY osPriorityHigh -#define ATCMD_THREAD_PRIORITY osPriorityRealtime +#define WIFI_THREAD_PRIORITY osPriorityRealtime +#define ATCMD_THREAD_PRIORITY osPriorityHigh #ifndef UBLOX_ODIN_W2_RECV_TIMEOUT #define UBLOX_ODIN_W2_RECV_TIMEOUT 5 #endif #define USE_MALLOC_FOR_COMMAND_MEMORY_POOL #define WIFI_CONNECT_TIMEOUT_SECS 10 +#define MAIN_LOOP_WAIT_TIME_MS 100 // milliseconds +#define WIFI_MAIN_LOOP_WAIT_TIME_MS 101 // milliseconds #define MAX_RESPONSE_STRING_LEN 512 // maximum response string length of 512 bytes #define DEFAULT_WIFI_CHANNEL 0 #define DEFAULT_BTLE_CHANNEL 1