Compare commits

...

2 Commits

Author SHA1 Message Date
13038267101 d265e6cc03 Merge branch 'master' of http://192.168.10.5:8099/sane/code_app 2023-03-06 10:07:21 +08:00
13038267101 95aaed59c2 更新版本号 2023-03-06 10:06:44 +08:00
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ HG_SCANPARAMS m_params;
std::string img_type_ = ".jpg";
void* m_obj_usb = nullptr;
void* m_obj_img = nullptr;
static const char* SDKVersion = "4.23.02.23";
static const char* SDKVersion = "4.39.03.02";
char deviceList[60];
unsigned int compression_data = 80;
HG_OnDevice_Event_Callback m_callback_OnDevcie_Event = nullptr;