Refactor UART handling and TUI integration: update UART thread structure and improve dialog management for better user experience.

This commit is contained in:
2025-05-18 16:38:04 +02:00
parent 9e6dfc7d0e
commit 12749c4552
5 changed files with 53 additions and 17 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ void *uartListener(void *arg);
uint16_t parseIncommingPacket(BYTE *_packet);
void sendPacketToDevice(int _uart, node_t *_person);
void sendPacketToDevice(int _uart, node_t *_person, BYTE state);
#endif