Update rs485_example.c

Signed-off-by: aleks <aleks@espressif.com>
Merges https://github.com/espressif/esp-idf/pull/14382
This commit is contained in:
franzhoepfinger 2024-08-16 15:18:48 +02:00 committed by aleks
parent 7e6cc5d3ff
commit 1380c0e9ff

View File

@ -39,7 +39,7 @@
// Read packet timeout
#define PACKET_READ_TICS (100 / portTICK_PERIOD_MS)
#define ECHO_TASK_STACK_SIZE (2048)
#define ECHO_TASK_STACK_SIZE (2*2048)
#define ECHO_TASK_PRIO (10)
#define ECHO_UART_PORT (CONFIG_ECHO_UART_PORT_NUM)