新增.gitignore文件以排除构建产物和临时文件,同时删除不再需要的AC701N依赖文件和多个工具及输出文件,优化项目结构。

新增BLE MAC地址上报功能
This commit is contained in:
2026-09-08 18:04:54 +08:00
parent 59361cd9d5
commit 20629fd537
404 changed files with 119 additions and 168630 deletions
+4 -2
View File
@@ -2,9 +2,10 @@
* @file usr_usb_jb.h
* @brief USB CDC 见宝帧解析:设置 ProdtCode / productCode 并落盘重广播
* @author cyWu <1917507415@qq.com>
* @date 2026.07.24
* @version V1.0.0
* @date 2026.09.08
* @version V1.0.1
* @history
* - V1.0.1, 2026.09.08, cyWu, 增加 0x68 BLE MAC 主动上报命令定义
* - V1.0.0, 2026.07.24, cyWu, 首次发布
******************************************************************************/
@@ -21,6 +22,7 @@
#define USR_PCODE_LEN (6)
#define USR_JB_CMD_SET_PRODCODE (0x64) /**< USB 设置产品码;ACK=0x65 */
#define USR_JB_CMD_GET_PRODCODE (0x66) /**< USB 查询产品码;RSP=0x67 */
#define USR_JB_CMD_RPT_BLE_MAC (0x68) /**< 设备主动上报 BLE MACACK=0x69 */
#define USR_JB_CMD_DENGLE_SET (0x70) /**< USB 设置 Dengle 定时;ACK=0x71 */
#define USR_JB_CMD_DENGLE_CLR (0x72) /**< USB 清除全部 DengleACK=0x73 */
#define USR_JB_CMD_DENGLE_QRY (0x74) /**< USB 查询 Dengle 配置;RSP=0x75 */