暂存,mtu更新后在上传下心跳包

This commit is contained in:
stark1898y 2025-06-04 14:14:45 +08:00
parent 581ff87077
commit a9be0618da
1 changed files with 2 additions and 0 deletions

View File

@ -487,7 +487,9 @@ static void Peripheral_ProcessTMOSMsg(tmos_event_hdr_t *pMsg)
// TODO连上之后先给个状态回应
// tmos_set_event(vavle_task_id, VAVLE_UPDATE_EVT);
performPeriodicTask();
// gValveData.bat = BSP_ReadVbat();
tmos_start_task(Peripheral_TaskID, SBP_PERIODIC_EVT, MS1_TO_SYSTEM_TIME(5000));
tmos_set_event(led_task_id, CONNECT_BEEP_START_EVT);
}