调整子包之间发送间隔为3s。

版本号小增。
This commit is contained in:
CSSC-WORK\murmur 2023-06-19 17:17:06 +08:00
parent 99c8764fe8
commit 62d45ba6a3
2 changed files with 2 additions and 2 deletions

View File

@ -123,7 +123,7 @@ MSH_CMD_EXPORT(rt_hw_stm32_eth_init, 初始化网络。);
void show_version(void)
{
rt_kprintf("SW Version: %s\n","1.9(temp)");
rt_kprintf("SW Version: %s\n","1.91(temp)");
}
MSH_CMD_EXPORT(show_version,);

View File

@ -66,7 +66,7 @@ void repeatSend_thread_entry()
rt_uint8_t rd[30];
tcpRec(rd);
LOG_HEX("ack",16,rd,30);
rt_thread_mdelay(1000);
rt_thread_mdelay(3000);
// LOG_HEX("d", 27, d[var], s[var]);
}
// tcpClose();