Refactor RFID handler and user structures; update memory management in main.c and users.c; improve UUID generation logic and add list handling in parseIncomingPacket function.

This commit is contained in:
2025-05-13 19:51:19 +02:00
parent 6fcbe861ae
commit 863d3e03e4
6 changed files with 72 additions and 29 deletions
+3 -1
View File
@@ -6,7 +6,9 @@
"errno.h": "c",
"rfid_handler.h": "c",
"fcntl.h": "c",
"file_operations.h": "c"
"file_operations.h": "c",
"string.h": "c",
"termios.h": "c"
},
"C_Cpp.errorSquiggles": "enabled"
}