-
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
ble_spp_server例程运行错误 (IDFGH-14641) #15390
Comments
看起来问题出在串口传输上。 |
为什么每次重新下载/复位均会在此处出外问题。 |
您的情况听起来有些异常,与我本地的测试结果不一致。建议您尝试删除以下日志代码,看看是否会影响问题的复现: ESP_LOGI(GATTS_TABLE_TAG, "EVT %d, gatts if %d", event, gatts_if); 我本地的测试日志如下,运行情况正常:
|
将代码639行 |
你修改代码了吗? 看起来不是一个位置 |
Answers checklist.
IDF version.
v5.4.0
Espressif SoC revision.
ESP32-S3-N16R8
Operating System used.
Windows
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
Development Kit.
Custom Board
Power Supply used.
USB
What is the expected behavior?
成功编译运行ble_spp_server
What is the actual behavior?
成功编译,但在运行时出现如下错误
Steps to reproduce.
Debug Logs.
More Information.
No response
The text was updated successfully, but these errors were encountered: