This commit is contained in:
zhangsheng 2025-04-11 14:21:16 +08:00
parent b3e03987e7
commit d8462ba80d

View File

@ -862,7 +862,10 @@ void Uart::DealWave() {
{
scheduler::instance().WaveSuccess(wave_shortAddr);
}
if (g_mapCompress[strShortAddr].CountX <= 0 && g_mapCompress[strShortAddr].CountY <= 0 && g_mapCompress[strShortAddr].CountZ <= 0)
{
scheduler::instance().WaveError(wave_shortAddr);
}
g_mapCompress[strShortAddr].CountX = 0;
g_mapCompress[strShortAddr].CountY = 0;
g_mapCompress[strShortAddr].CountZ = 0;