Files
HBshuiwuConcentrator/APP/keywd.h
2025-12-15 16:07:49 +08:00

13 lines
203 B
C

#ifndef _HEYWD_H_
#define _HEYWD_H_
#include "include.h"
#define KEY_LEN 1024
bool create_keywd(u8* keyid);
bool set_key_word(void);
bool check_passwd(void);
#endif