this is using the mbed os version 5-13-1
Diff: source/WiFiManager.h
- Branch:
- PassingRegression
- Revision:
- 122:62166886db5f
- Parent:
- 119:8d939a902333
- Child:
- 123:a49e9ffbaca6
--- a/source/WiFiManager.h Sat Jun 01 15:29:03 2019 +0000
+++ b/source/WiFiManager.h Tue Jun 11 20:23:43 2019 +0000
@@ -61,10 +61,10 @@
private:
Mutex _wmutex; // Protect wifi thread
wifi_config_t *wifi_config;
+ WiFiInterface *network;
internet_config_t *internet_config;
// define event queue
events::EventQueue &_event_queue;
- WiFiInterface *network;
HttpsRequest* https_request;
HttpRequest* http_request;
HttpResponse* http_response;