|
|
@@ -156,7 +156,7 @@ static void Regist_ResultHandle()
|
|
|
// 计时相关的变量
|
|
|
static struct TIMER_Struct timer;
|
|
|
static uint32_t Business_wait_time = 1200; // 秒
|
|
|
-uint8_t send_data_switch = 1; // 发送数据的开关,0表示发送数据
|
|
|
+uint8_t send_data_switch = 1; // 发送数据的开关,1表示发送数据
|
|
|
static void UDPClient_SendDataInterval()
|
|
|
{
|
|
|
// 定时发送数据
|