Baji_Rtc_Toy/.gitignore
Rdzleo 4e2f6906f9 feat: 启用 BLE 5.0 2M PHY 图传加速 + 移除未使用的 BluFi 组件 + BLE 断连内存泄漏修复
1、dzbj_ble.c 新增 BLE 5.0 2M PHY 请求(连接时自动协商,不支持则回退 1M);
2、dzbj_ble.c 新增 PHY 更新事件日志(tx_phy/rx_phy: 1=1M, 2=2M, 3=Coded);
3、dzbj_ble.c 断连时清理未完成的图片传输状态,释放 img_data/filepath/file_img 防止内存泄漏;
4、移除未使用的 BluFi 组件依赖(Kconfig select、编译检查、sdkconfig),解除与 BLE 5.0 的兼容冲突;
5、sdkconfig.defaults 及生产环境配置统一启用 BLE 5.0 + 保留 BLE 4.2 legacy advertising 兼容;
6、新增 BLE 图片传输问题分析与优化建议文档(含 UniApp vs Flutter 对比分析,供 APP 开发者参考);

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-24 17:12:35 +08:00

25 lines
455 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 忽略根目录下的 build 文件夹(包括其所有子文件/子文件夹)
/build
/dzbj
# 忽略根目录下的uniapp_code文件夹这是APP端的业务
/uniapp_code
/Linux驱动开发
# 忽略 macOS 系统文件
.DS_Store
# 忽略 Claude Code 和编辑器缓存
.cache
.claude
# 忽略构建副产物
sdkconfig.old
# 忽略日志文件和参考项目
05-最新日志.txt
07-uniapp最新日志.txt
/Dzbj_ESP32_S3
/esp-brookesia-master