11月28日发客户的版本

This commit is contained in:
lmx
2025-11-28 18:13:35 +08:00
parent ade4b0a1f8
commit 627780ea20
6 changed files with 6 additions and 3 deletions

View File

@ -83,7 +83,7 @@ extern u8 init_ok;
extern u8 sniff_out;
unsigned char xtell_bl_state=0; //存放经典蓝牙的连接状态0断开1是连接
u8 bt_newname =0;
unsigned char xt_ble_new_name[9] = "CM-33333";
unsigned char xt_ble_new_name[9] = "CM-22222";
static u16 play_poweron_ok_timer_id = 0;
// -- 初始化标志位 --
@ -223,6 +223,7 @@ void le_user_app_event_handler(struct sys_event* event){
// extern void gsensor_test(void);
// create_process(&gsensor_test_id,"gsensor_test",NULL,gsensor_test,1000);
xlog("ota_test");
cpu_reset();
break;
case 0xff: //测试
u8 device_buff[10];