this is using the mbed os version 5-13-1
Diff: source/ATCmdManager.h
- Revision:
- 98:65c2333a38b6
- Parent:
- 96:f5ed273881af
- Child:
- 99:05398b3184f8
--- a/source/ATCmdManager.h Fri Apr 19 10:26:58 2019 +0000
+++ b/source/ATCmdManager.h Sun Apr 21 13:06:41 2019 +0000
@@ -68,6 +68,7 @@
at_data_msg_t *resp_data;
edm_header_t edm_hdr;
uint8_t *rx_buf_ptr;
+ int debug_flag;
// OOB processing
void _process_oob(uint32_t timeout, bool all);
@@ -88,7 +89,7 @@
void _oob_reboot();
void _oob_get_fw_ver();
void _oob_scanWiFiNetworks();
- void _oob_WiFiStationConfigurationAction();
+ void _oob_WiFiStationConfigAction();
void _oob_disconnectWiFiNetwork();
void _oob_setupInternetConnection();
void _oob_setWiFiSSID();