Refactor rfid component to auth

This commit is contained in:
2025-06-07 22:40:43 +01:00
parent cdc55ee678
commit eae5ce241d
11 changed files with 26 additions and 5 deletions

View File

@@ -0,0 +1,9 @@
#ifndef AUTH_H
#define AUTH_H
#include <stdbool.h>
void auth_set_enable(bool value);
bool auth_get_enable(void);
#endif // AUTH_H