上传逻辑添加时间上传, label拦截mac地址, 添加下载延时5s, 下载结束后清除label

This commit is contained in:
JIe
2025-03-15 16:41:30 +08:00
parent eff2d8a7af
commit c5d17ba613
3 changed files with 45 additions and 10 deletions

View File

@@ -49,8 +49,8 @@ impl Default for DownloadWrapper {
.join("commander/Simplicity Commander/commander.exe"),
bin_path: PathBuf::from(std::env::current_dir().unwrap()).join("bin/"),
bootloader_name: String::from("RAWM00-2-0-0_silicon-wisun_bootloader_D20241008.s37"),
app_name: String::from("RAWM00-2-0-0_silicon-wisun_APP-V1_D20240927.s37"),
rail_name: String::from("rail_soc_railtest_sisdk.s37"),
app_name: String::from("RAWM00-2-0-0_silicon-combine-V1-D20241230-BZ.hex"),
rail_name: String::from("rail_soc_railtest_sisdk(silabs).hex"),
}
}
}