Update CSV data, refactor UART packet handling, and adjust TUI layout: modify person entries in CSV, change UART packet synchronization bytes, and update max_rows calculation in person listing.
This commit is contained in:
@@ -24,6 +24,6 @@ void *uartListener(void *arg);
|
||||
|
||||
uint16_t parseIncommingPacket(BYTE *_packet);
|
||||
|
||||
void sendPacketToDevice(BYTE *_packet);
|
||||
void sendPacketToDevice(int _uart, node_t *_person);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user