Refactor UART handling and TUI dialogs: integrate UartThreadFlags structure, update uartListener to manage UART status, and add functions for person dialog operations.

This commit is contained in:
2025-05-17 23:46:54 +02:00
parent 61c7a6ad0f
commit 9e7fa91180
5 changed files with 64 additions and 17 deletions
+4
View File
@@ -34,4 +34,8 @@ int exportDialog(list_t *_list, int terminal_x, int terminal_y);
void editDatabaseMenu(list_t *_person_list, int terminal_x, int terminal_y);
void addPersonDialog(list_t *_person_list, int terminal_x, int terminal_y);
void deletePersonDialog(list_t *_person_list, int terminal_x, int terminal_y);
#endif