how to use httpc_get_file
HiI want to download file from HTTP using httpc_get_fileIs there any example how to use it?I don't know what to put in each variable.err_t httpc_get_file(const ip_addr_t* server_addr, u16_t port, const char* uri, const httpc_connection_t *settings, a...