mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 10:39:11 -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
d712ae83ee
commit
7bb93a2b1e
@ -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…
x
Reference in New Issue
Block a user