Okundu Omeni
/
wifi-https-ble-sm-uart-atcmd-5-13-1
this is using the mbed os version 5-13-1
Diff: source/WiFiManager.h
- Branch:
- PassingRegression
- Revision:
- 124:eae4512b131b
- Parent:
- 123:a49e9ffbaca6
- Child:
- 127:a21788227ca6
--- a/source/WiFiManager.h Fri Jun 14 21:13:46 2019 +0000 +++ b/source/WiFiManager.h Sat Jun 15 15:52:26 2019 +0000 @@ -81,20 +81,20 @@ int chunkNum; /* Queue and memory pool for AT to Wifi commands */ MemoryPool<wifi_cmd_message_t, 16> *_aT2WiFimPool; - Queue<wifi_cmd_message_t, 16> *_aT2WiFiCmdQueue; + Queue<wifi_cmd_message_t, 16> *_aT2WiFiCmdQueue; /* Queue and memory pool for WiFi to AT commands */ MemoryPool<at_resp_message_t, 16> *_wiFi2ATmPool; - Queue<at_resp_message_t, 16> *_wiFi2ATCmdQueue; + Queue<at_resp_message_t, 16> *_wiFi2ATCmdQueue; /* Queue and memory pool for AT to WiFi data */ MemoryPool<wifi_data_msg_t, PQDSZ> *_aT2WiFiDatamPool; - Queue<wifi_data_msg_t, PQDSZ> *_aT2WiFiDataQueue; + Queue<wifi_data_msg_t, PQDSZ> *_aT2WiFiDataQueue; wifi_data_msg_t *data_msg; /* Queue and memory pool for WiFi to AT data */ MemoryPool<at_data_msg_t, PQDSZ> *_wiFi2ATDatamPool; - Queue<at_data_msg_t, PQDSZ> *_wiFi2ATDataQueue; + Queue<at_data_msg_t, PQDSZ> *_wiFi2ATDataQueue; bool is_connected; bool http_response_hdr_sent;