
this is using the mbed os version 5-13-1
Diff: source/main-https.cpp
- Branch:
- PassingRegression
- Revision:
- 107:f1a83fd41b17
- Parent:
- 106:e1f04c3d0647
- Child:
- 108:3c8fb2c6e7bf
--- a/source/main-https.cpp Mon May 06 10:24:53 2019 +0000 +++ b/source/main-https.cpp Mon May 06 16:44:40 2019 +0000 @@ -54,7 +54,7 @@ uint8_t TxBuffer[TX_BUFFER_LEN]; uint8_t RxBuffer[RX_BUFFER_LEN]; #endif -static EventQueue eventQueue(/* event count */ 20 * EVENTS_EVENT_SIZE); +static EventQueue eventQueue(/* event count */ 32 * EVENTS_EVENT_SIZE); //static EventQueue eventQueue2(/* event count */ 10 * EVENTS_EVENT_SIZE); LEDService *ledServicePtr;