uploadFirmware 上传固件接口

This commit is contained in:
Guoqs
2024-05-17 17:07:19 +08:00
parent dcb46f31b8
commit 6bc042681f
8 changed files with 57 additions and 9 deletions

View File

@@ -567,6 +567,7 @@ public class BytesUtil {
}
/**
* 十六进制字符串 转 bytes数组
* @param src 16进制字符串
* @return 字节数组
* @Title hexString2Bytes