更新文件检测

This commit is contained in:
sunbeam 2023-03-09 11:24:02 +08:00
parent e1c3b5e5a6
commit 467d41ea06

View File

@ -179,7 +179,11 @@ mainForm.btnTest.oncommand = function(id,event){
mainForm.btnFlash.oncommand = function(id,event){
if(io.exist(mainForm.edFile.text) == null){
Display("请打开文件");
Display("请打开烧写文件");
return;
}
if(io.exist(mainForm.edFile2.text) == null){
Display("请打开flashdriver文件");
return;
}
if(flag_connected == 0){