-
Notifications
You must be signed in to change notification settings - Fork 19
配网页面不能显示 #7
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
Comments
看日志剩余内存不多了
检查下配置,本身C2默认会优化一些内存的,正常应该有20-30K剩余 |
还是不可以,使用的是vscode+ESP-IDF(v5.3.3),编译和刷固件的日志如下。
|
提供下sdkconfig文件 |
|
这是你的配置
根据Kconfig.projbuild的配置,如果你选择了AI-01,会打开USE_AUDIO_CODEC_ENCODE_OPUS,同时TACKGROUND_TASK_STACK_SIZE会为8960,看你的配置使用的是32768,任务栈太大,导致内存不足 |
牛 谢谢 |
代码版本:1.6.2
使用代码刷固件后,切换网络:提示进入配网模式,手机连接热点 Xiaozhi-4F61,浏览器访问 http://192.168.4.1,无法显示页面。
The text was updated successfully, but these errors were encountered: