mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
parent
7e6cc5d3ff
commit
1380c0e9ff
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user