feat: 🐛 测试:slot_ind_flag打印

This commit is contained in:
yuanQie 2025-05-27 21:12:21 +08:00
parent 5feefd8bd6
commit 4c907011da

View File

@ -192,7 +192,7 @@ void *handleUdpTransmission(void *arg)
uint8_t block_n = 0; uint8_t block_n = 0;
uint8_t cut_i = 0; uint8_t cut_i = 0;
while (1) while (1)
{ { printf("[slot]:%u \n", slot_ind_flag);
if (1 == slot_ind_flag) if (1 == slot_ind_flag)
{ {