Refactor UART handling and TUI integration: update UART thread structure and improve dialog management for better user experience.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user