Update tcp_cmd.c

This commit is contained in:
Roelandts_Gert
2023-11-27 15:37:52 +01:00
committed by Sander Speetjens
parent 31e761300a
commit e924f2b82d

View File

@@ -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;