Skip to content

Commit

Permalink
larger tuya buffer
Browse files Browse the repository at this point in the history
  • Loading branch information
openshwprojects authored Nov 24, 2024
1 parent 926db00 commit d450bf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/driver/drv_tuyaMCU.c
Original file line number Diff line number Diff line change
Expand Up @@ -2313,7 +2313,7 @@ void TuyaMCU_Init()
}

UART_InitUART(g_baudRate, 0);
UART_InitReceiveRingBuffer(512);
UART_InitReceiveRingBuffer(1024);
// uartSendHex 55AA0008000007
//cmddetail:{"name":"tuyaMcu_testSendTime","args":"",
//cmddetail:"descr":"Sends a example date by TuyaMCU to clock/callendar MCU",
Expand Down

0 comments on commit d450bf7

Please sign in to comment.