패스키 최초 1회 변경 가능 제한

This commit is contained in:
2026-06-16 11:28:28 +09:00
parent cfae61eff4
commit a506641776
5 changed files with 148 additions and 4 deletions
+1
View File
@@ -20,5 +20,6 @@ int app_nvs_save_piezo(const piezo_config_t *cfg);
int app_nvs_save_hw_no(const char *hw_no);
int app_nvs_save_serial_no(const char *serial_no);
int app_nvs_save_passkey(const char *passkey);
int app_nvs_save_passkey_changed(uint8_t changed);
#endif /* APP_NVS_H__ */