software uart logs: enlarge buffer

This commit is contained in:
SG 2023-09-22 05:41:05 +03:00
parent 106887d0bf
commit 81f11dd081
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@
extern void esp_log_impl_lock(void);
extern void esp_log_impl_unlock(void);
#define LOG_BUFFER_SIZE (128)
#define LOG_BUFFER_SIZE (256)
static SoftUart* log_uart = NULL;
static char log_buffer[LOG_BUFFER_SIZE];