From e924f2b82d002d14c0bd774e36b5c2f057ecb90d Mon Sep 17 00:00:00 2001 From: Roelandts_Gert Date: Mon, 27 Nov 2023 15:37:52 +0100 Subject: [PATCH] Update tcp_cmd.c --- project/Core/Src/tcp_cmd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Core/Src/tcp_cmd.c b/project/Core/Src/tcp_cmd.c index ba8bc53..85b6c10 100644 --- a/project/Core/Src/tcp_cmd.c +++ b/project/Core/Src/tcp_cmd.c @@ -63,7 +63,7 @@ static err_t tcp_cmd_recv(void* arg, struct tcp_pcb* pcb, struct pbuf* p, err_t } text[i - 1] = '\0'; lcd_clear_text(); - lcd_display_text(text, 10, 10, result_txt, result_bg, LCD_FONT16); + lcd_display_text(text, 10, 10, result_txt, result_bg, LCD_FONT24); check = 1;