this is using the mbed os version 5-13-1
Diff: source/WiFiManager.h
- Branch:
- PassingRegression
- Revision:
- 118:8df0e9c2ee3f
- Parent:
- 116:2296cf274661
- Child:
- 119:8d939a902333
--- a/source/WiFiManager.h Sun May 19 16:22:59 2019 +0000
+++ b/source/WiFiManager.h Sat May 25 16:25:42 2019 +0000
@@ -120,7 +120,8 @@
bool createTLSconnection(const char *hostName);
void printBufferInHex(const uint8_t *buf, int pLen);
bool copyResponseHdr2Queue(const uint8_t * buf);
- void sendATresponseString(at_cmd_resp_t);
+ void sendATresponseString(at_cmd_resp_t at_cmd);
+ void sendThreadATresponseString(const char *buf, at_cmd_resp_t at_cmd);
void sendATresponseBytes(at_cmd_resp_t at_cmd, int len);
void getNetworkStatus();
void getWiFiStatus();
@@ -133,6 +134,7 @@
void callWifiWatchDog();
void callWifiWatchDogIsr();
void processGetHostByNameResult(nsapi_error_t result, SocketAddress *addr);
+ bool outputBuffersAvailable();