this is using the mbed os version 5-13-1
Diff: source/main-https.cpp
- Branch:
- PassingRegression
- Revision:
- 119:8d939a902333
- Parent:
- 118:8df0e9c2ee3f
- Child:
- 120:779b74689747
--- a/source/main-https.cpp Sat May 25 16:25:42 2019 +0000 +++ b/source/main-https.cpp Mon May 27 12:34:58 2019 +0000 @@ -58,10 +58,10 @@ static SMDevicePeripheral *peripheral; const static char DEVICE_NAME_MAIN[] = "UBLOX-BLE"; -char buffer[BUFFER_LEN]; +//char buffer[BUFFER_LEN]; static EventQueue eventQueue_atcmd(/* event count */ 32 * EVENTS_EVENT_SIZE); -static EventQueue eventQueue_wifi(/* event count */ 32 * EVENTS_EVENT_SIZE); -static EventQueue eventQueue_ble(/* event count */ 10 * EVENTS_EVENT_SIZE); +static EventQueue eventQueue_wifi(/* event count */ 64 * EVENTS_EVENT_SIZE); +static EventQueue eventQueue_ble(/* event count */ 32 * EVENTS_EVENT_SIZE); /* Queue and memory pool for AT to Wifi commands */ static MemoryPool<wifi_cmd_message_t, 16> aT2WiFimPool;