-
Notifications
You must be signed in to change notification settings - Fork 7.5k
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
libcoexist functions missing (IDFGH-12049) #13113
Comments
Hi, @KaeLL Run |
Just updated the branch, btw.
|
Run In addition, please try to build The two missing functions were added in commit If your app build failed and the |
$ idf.py fullclean all
It succeeded.
Now it works. Seems we're having opposite results. Check below. $ cd $IDF_PATH && git submodule deinit --all -f && git checkout db1e54a && git submodule update --init --recursive --recommend-shallow && cd - && idf.py fullclean all
|
Hi, @KaeLL Are you enable wifi and bluetooth in menuconfig, but only initialize wifi? (I can reproduce this issue in such scenarios) To fix this issue, you can
or
We will fix this issue in subsequent versions, thanks for your report. |
Yes.
You're welcome. |
@esp-lrh have you got an ETA for this? What about the backports? |
@KaeLL Master branch need one or two days, backports need additional days. |
Hey @esp-lrh, What do you exactly mean by "Initialize Bluetooth too" and what would be the minimal code to achieve this? |
Hi, @RoKu-HTS About "Initialize Bluetooth too": |
Answers checklist.
General issue report
Building my app on
v5.1.2-684-g7cbee80fb9
, I get the errordefconfig
The text was updated successfully, but these errors were encountered: