This commit is contained in:
zhangsheng 2025-04-11 14:01:06 +08:00
parent 6162e2152e
commit e571cca852

View File

@ -860,6 +860,11 @@ 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;