this is using the mbed os version 5-13-1
Diff: source/WiFiManager.h
- Branch:
- PassingRegression
- Revision:
- 113:888e262ff0a9
- Parent:
- 111:3ab1d9644835
- Child:
- 114:b11bb96c09f3
--- a/source/WiFiManager.h Sat May 11 11:55:29 2019 +0000
+++ b/source/WiFiManager.h Sat May 18 10:50:49 2019 +0000
@@ -80,6 +80,7 @@
Ticker watchDogTick;
uint32_t watchdogCnt;
http_result_t http_result;
+ bool use_full_hostname;
#ifdef DNANUDGE_DEBUG
rtos::Semaphore callback_semaphore;
#endif
@@ -129,6 +130,7 @@
void sendDebugMessage();
void callWifiWatchDog();
void callWifiWatchDogIsr();
+ void processGetHostByNameResult(nsapi_error_t result, SocketAddress *addr);