Instead of calling fprintf() you need to call fwrite(). You receive the binary bytes with esp_http_client_read_response(). Store the returned length.
確定! 回上一頁