Appiko/nrf5x-firmware

Add callbacks for these three functions - GSM oper status, GPRS status, HTTP request

EarthLord opened this issue · 0 comments

sim800_conn_status_t sim800_oper_get_gprs_status ();

sim800_oper_status_t sim800_oper_get_status ();

void sim800_oper_http_req (sim800_http_req_t * http_req);

Only if the POST request is success or failure as of now.