Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: source/main-https.cpp
- Revision:
- 98:65c2333a38b6
- Parent:
- 92:ec9550034276
- Child:
- 99:05398b3184f8
diff -r 0aa46e5ef15d -r 65c2333a38b6 source/main-https.cpp
--- a/source/main-https.cpp Fri Apr 19 10:26:58 2019 +0000
+++ b/source/main-https.cpp Sun Apr 21 13:06:41 2019 +0000
@@ -446,6 +446,7 @@
printf("ERROR: No WiFiInterface found.\n");
}
wiFiManager = new WiFiManager(wifi_config, network,
+ eventQueue,
&aT2WiFimPool, &aT2WiFiCmdQueue,
&wiFi2ATmPool, &wiFi2ATCmdQueue,
&aT2WiFiDatamPool, &aT2WiFiDataQueue,
@@ -538,6 +539,8 @@
printf("\r\n after starting wifi thread \r\n");
print_memory_info();
// dispatch event queue on event thread
+ printf("\r\n [MAIN THREAD] Thread Id = %X\r\n", (uint32_t)ThisThread::get_id());
+ printf("\r\n [EVENT THREAD] Thread Id = %X\r\n", (uint32_t)evt_thread.get_id());
evt_thread.start(callback(&eventQueue, &EventQueue::dispatch_forever));
device->printf("\r\n++++++ Starting ATCmdmanager ++++++ \r\n");
ATCmdManager *aTCmdManager = new ATCmdManager(USBTX, USBRX, peripheral,