Connor-WangK

Results 4 comments of Connor-WangK

yes, I means esp-mdf, maybe esp-now is ok.

> You can obtain CSI data and esp-radar results not only from esp-mdf but also from other esp-now related repositories after integrating the ESP-CSI repository into these projects. However, it...

http_parser.h is belong to esp-idf component "nghttp", add nghttp to the requires of CMakeLists.txt for component "tbcmh". ``` set(includes "include") set(priv_includes "src/transport" "src/wapper" "src/helper" "src/extension") #set(priv_requires "mqtt") set(requires "mqtt" "json"...