修复波形文件补招优化波形匹配规则
This commit is contained in:
@@ -1201,8 +1201,7 @@ void process_received_message(string mac, string id,const char* data, size_t len
|
||||
//使用接口上送文件lnk20250826
|
||||
std::string filename;
|
||||
if(SendFileWebAuto(id, file_path, file_path, filename)){//如果是补招文件的下载则不会在这边上送
|
||||
std::cout << "File upload success: " << filename << std::endl;
|
||||
|
||||
|
||||
//通知文件上传
|
||||
on_device_response_minimal(static_cast<int>(ResponseCode::OK), id, 0, static_cast<int>(DeviceState::READING_FILEDATA));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user