Search found 1 match

by Duc Hoang
Wed Jan 08, 2025 6:16 pm
Forum: ESP-IDF
Topic: Components cannot include system component
Replies: 1
Views: 853

Components cannot include system component

I have a project that want to divide into some subcomponent like
/projects
├───components
│ ├───ble_server
│ │ └───include
│ │ │ └───ble_server.h
└───main
│ ├───app_main.c

I've tried to import the bluetooth library
"#include "esp_bt.h" "

It works normally in app_main.c but when I include them on ...

Go to advanced search