Refactor UART handling: update UART status management, improve dialog window dimensions, and enhance main menu display.

This commit is contained in:
2025-05-15 19:10:39 +02:00
parent 24d9cc8b17
commit 2662415ed5
5 changed files with 95 additions and 39 deletions
+3
View File
@@ -7,9 +7,12 @@
typedef struct
{
char *uart_address;
BYTE *uart_status;
list_t *person_list_head;
} UartThreadArgs;
// UART handler thread
void *uartListener(void *arg);