this is using the mbed os version 5-13-1
Diff: source/main-https.cpp
- Branch:
- PassingRegression
- Revision:
- 126:9bc33f8b57d5
- Parent:
- 125:d2830421006c
--- a/source/main-https.cpp Thu Jun 20 20:46:25 2019 +0000
+++ b/source/main-https.cpp Sun Jul 07 20:36:41 2019 +0000
@@ -117,7 +117,7 @@
Semaphore sync_sema;
Thread atcmd_evt_thread(osPriorityNormal, 1024);
-Thread wifi_evt_thread; //(osPriorityNormal, 6*1024);
+Thread wifi_evt_thread;
#include "network-helper.h"
/* List of trusted root CA certificates
@@ -522,7 +522,7 @@
mainLoop = MAIN_IDLE;
break;
}
- wait(0.1);
+ wait(1);
}
}