Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

main/bluetooth.c:5:10: fatal error: esp_bt.h: No such file or directory #1

Closed
livello opened this issue Feb 9, 2022 · 2 comments
Closed

Comments

@livello
Copy link

livello commented Feb 9, 2022

compilation error, see full log
[ 84%] Building C object esp-idf/freemodbus/CMakeFiles/__idf_freemodbus.dir/tcp_slave/modbus_controller/mbc_tcp_slave.c.obj /home/livello/PROG/vedirect-antbms/main/bluetooth.c:5:10: fatal error: esp_bt.h: No such file or directory #include "esp_bt.h" ^~~~~~~~~~ compilation terminated.

log_fatal_error_esp_bt.h.txt

@livello
Copy link
Author

livello commented Feb 9, 2022

I solved this issue by
make menuconfig
and I enabled
CONFIG_BT_ENABLED=y CONFIG_BT_CLASSIC_ENABLED=y CONFIG_BT_SPP_ENABLED=y

@livello
Copy link
Author

livello commented Feb 11, 2022

fixed with 80db950

@livello livello closed this as completed Feb 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant