Appiko/nrf5x-firmware

Use of the return value?

EarthLord opened this issue · 2 comments

Connection ID is for?

uint32_t sim800_oper_conns (sim800_server_conn_t * conn_params);

That'll be useful when we decide to connect to multiple servers. I'll add TODO to it

After adding TODO, we can make it void return for now?