refact AUTH module

This commit is contained in:
2025-06-08 00:29:35 +01:00
parent d5ed5a31b9
commit 71b6cb7878
16 changed files with 291 additions and 2896 deletions

View File

@@ -1,4 +1,4 @@
set(srcs "src/auth.c" "src/rc522_2.c" "src/wiegand.c" "src/main_wiegand.c")
set(srcs "src/auth.c" "src/wiegand.c" "src/wiegand_reader.c")
idf_component_register(SRCS "${srcs}"
INCLUDE_DIRS "include"