实现赋码仪命令

升级小板程序失败时停止
This commit is contained in:
ranchuan
2023-12-21 18:51:58 +08:00
parent af964ad733
commit d1e617afd3
22 changed files with 1291 additions and 43 deletions

12
elec/JQ_PSDGenerate.h Normal file
View File

@@ -0,0 +1,12 @@
#ifndef __JQ_PSDGENERATE_H__
#define __JQ_PSDGENERATE_H__
#include <stdio.h>
#include <stdbool.h>
#include "stdint-gcc.h"
uint8_t JQ_GetPasswordByUidCode(const uint8_t *uidcode,uint8_t* psd);
#endif