Okundu Omeni
/
wifi-https-ble-sm-uart-atcmd-5-13-1
this is using the mbed os version 5-13-1
Diff: source/ATCmdManager.h
- Branch:
- PassingRegression
- Revision:
- 127:a21788227ca6
- Parent:
- 126:9bc33f8b57d5
--- a/source/ATCmdManager.h Sun Jul 07 20:36:41 2019 +0000 +++ b/source/ATCmdManager.h Mon Jul 15 21:37:22 2019 +0000 @@ -93,7 +93,7 @@ edm_header_t edm_hdr; uint8_t *rx_buf_ptr; startup_config_t *startup_config; - int debug_flag; + int debug_flags_map; at_cmd_resp_t wifiStateControl; #ifdef BOX_UBLOX_DEMO_TESTING bool check_for_at_cmd; @@ -114,6 +114,7 @@ void _oob_echo_on(); void _oob_debug_logs_on(); void _oob_debug_logs_off(); + void _oob_set_debug_flag(); void _oob_data_mode(); void _oob_get_mac_addr(); void _oob_get_ble_role();