Okundu Omeni
/
wifi-https-ble-sm-uart-atcmd-5-13-1
this is using the mbed os version 5-13-1
Diff: source/WiFiManager.h
- Branch:
- PassingRegression
- Revision:
- 111:3ab1d9644835
- Parent:
- 109:c274780ff609
- Child:
- 113:888e262ff0a9
--- a/source/WiFiManager.h Thu May 09 13:21:12 2019 +0000 +++ b/source/WiFiManager.h Fri May 10 13:45:50 2019 +0000 @@ -80,7 +80,9 @@ Ticker watchDogTick; uint32_t watchdogCnt; http_result_t http_result; - +#ifdef DNANUDGE_DEBUG + rtos::Semaphore callback_semaphore; +#endif nsapi_size_or_error_t scanNetworks(); nsapi_size_or_error_t getAvailableAPs(nsapi_size_t count); void set_WIFI_SSID(char * wifi_ssid); @@ -120,7 +122,7 @@ void getNetworkStatus(); void getWiFiStatus(); void status_callback_event(nsapi_event_t status, intptr_t param); - void gethostbyname_callback(nsapi_error_t result, SocketAddress *address); + void gethostbyname_callback(nsapi_error_t res, SocketAddress *addr); void gethostbyname(); void sendSocketConnectionEvent(); void updateRemotePeerDetails();