We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi, when I use cusom audio board in menuconfig>Audio board>.
and building example a2dp_sink_and_hfp_example, build stopped.
build error:
~/.espressif/esp-adf/components/display_service/display_service.c:34:10: fatal error: board.h: No such file or directory 34 | #include "board.h" | ^~~~~~~~~ compilation terminated. [1264/1612] Building C object esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj ninja: build stopped: subcommand failed.
The text was updated successfully, but these errors were encountered:
@Pooria4484 Did you create a new board folder(like https://github.com/espressif/esp-adf/tree/master/examples/get-started/play_mp3_control/components/my_board/my_board_v1_0) in your project when you select the custom audio board?
custom audio board
Sorry, something went wrong.
This topic has become inactive so I'm going to close the issue. Please reopen this if you have any questions or need any further assistance.
No branches or pull requests
Hi,
when I use cusom audio board in menuconfig>Audio board>.
and building example a2dp_sink_and_hfp_example, build stopped.
build error:
~/.espressif/esp-adf/components/display_service/display_service.c:34:10: fatal error: board.h: No such file or directory 34 | #include "board.h" | ^~~~~~~~~ compilation terminated. [1264/1612] Building C object esp-idf/wifi_provisioning/CMakeFiles/__idf_wifi_provisioning.dir/src/manager.c.obj ninja: build stopped: subcommand failed.
The text was updated successfully, but these errors were encountered: