this is using the mbed os version 5-13-1
Diff: source/WiFiManager.h
- Revision:
- 102:9748f290a1a5
- Parent:
- 100:80ef4bc31b7a
- Child:
- 104:11e9605093c9
--- a/source/WiFiManager.h Mon Apr 22 19:36:31 2019 +0000
+++ b/source/WiFiManager.h Wed Apr 24 17:34:17 2019 +0000
@@ -106,7 +106,7 @@
int bufLen);
bool createTLSconnection(const char *hostName);
void printBufferInHex(uint8_t *buf, int pLen);
- bool copyResponseHdr2Queue();
+ bool copyResponseHdr2Queue(const uint8_t * buf);
void sendATresponseString(at_cmd_resp_t);
void sendATresponseBytes(at_cmd_resp_t at_cmd, int len);
void getNetworkStatus();