Commit 834d42e7 authored by 薛晓虎's avatar 薛晓虎
parents e604141d 784cb914
...@@ -136,8 +136,8 @@ void Protocol_Send_Service(void) ...@@ -136,8 +136,8 @@ void Protocol_Send_Service(void)
//memcpy(Uart_Data.data, UsartDataBuf, SendLen); //memcpy(Uart_Data.data, UsartDataBuf, SendLen);
int i = 0; //int i = 0;
for(i = 0;i < SendLen;i++) //for(i = 0;i < SendLen;i++)
// printf("data is %x !!!\r\n",UsartDataBuf[i]); // printf("data is %x !!!\r\n",UsartDataBuf[i]);
sendData(TX_TASK_TAG, (const char*)UsartDataBuf,SendLen); sendData(TX_TASK_TAG, (const char*)UsartDataBuf,SendLen);
//UART_Ch1_Send_Multiple_Byte(UsartDataBuf, SendLen);/*ESP32底层*/ //UART_Ch1_Send_Multiple_Byte(UsartDataBuf, SendLen);/*ESP32底层*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment