Open cheng5230 opened 3 months ago
Did you try adding the header into the source file you had utilize httpc API?
#include <httpc/httpc.h>
Did you try adding the header into the source file you had utilize httpc API?
#include <httpc/httpc.h>
I have added the httpc API, but still receive an error message stating that I cannot find the httpc related API interface
I don't see any issue when using httpc api on v1.3-release tag. You can check my changes below: example_matter_light.txt
How to reference a static library (lib_cttpc. a) in Matter's project (light)
Added libhttpc. a library in the makefile of project hp Compiling matter light project error: httpc_cn_connect not found