this is using the mbed os version 5-13-1
Diff: source/WifiManager.h
- Revision:
- 78:07bb86e3ce14
- Parent:
- 77:0b505d1e15f4
- Child:
- 79:a2187bbfa407
--- a/source/WifiManager.h Fri Mar 15 23:25:30 2019 +0000
+++ /dev/null Thu Jan 01 00:00:00 1970 +0000
@@ -1,25 +0,0 @@
-#ifndef __WIFI_MANAGER_H__
-#define __WIFI_MANAGER_H__
-
-class WifiManager {
-public:
- WifiManager();
-public:
- void scanChannels();
- void getAvailableAPs();
- void connect2AP(const char * WIFI_SSID, const char * WIFI_PASSWORD);
- void sendHttpsRequest();
- void sendHttpRequest();
-
-
-
-private:
-
- /**
- * Allows timeout to be changed between commands
- *
- * @param timeout_ms timeout of the connection
- */
- void set_timeout(uint32_t timeout_ms = UBLOX_ODIN_W2_MISC_TIMEOUT);
-};
-#endif
\ No newline at end of file