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:
2025-05-18 14:51:10 +02:00
parent 1650a741b2
commit 9e6dfc7d0e
4 changed files with 34 additions and 10 deletions
+1 -1
View File
@@ -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