更新boot流程
This commit is contained in:
parent
34b4afa2c2
commit
edb0df7387
@ -16,7 +16,7 @@ btnReadSw={cls="button";text="读取软件版本号";left=37;top=382;right=136;b
|
|||||||
btnTest={cls="button";text="停止";left=149;top=316;right=248;bottom=344;z=11};
|
btnTest={cls="button";text="停止";left=149;top=316;right=248;bottom=344;z=11};
|
||||||
cbbChannel={cls="combobox";left=58;top=64;right=191;bottom=90;edge=1;items={};mode="dropdown";z=3};
|
cbbChannel={cls="combobox";left=58;top=64;right=191;bottom=90;edge=1;items={};mode="dropdown";z=3};
|
||||||
cbbDev={cls="combobox";left=58;top=27;right=191;bottom=53;edge=1;items={};mode="dropdown";z=1};
|
cbbDev={cls="combobox";left=58;top=27;right=191;bottom=53;edge=1;items={};mode="dropdown";z=1};
|
||||||
checkbox={cls="checkbox";text="CANFD设备";left=151;top=101;right=248;bottom=120;checked=1;z=21};
|
checkbox={cls="checkbox";text="CANFD设备";left=151;top=101;right=248;bottom=120;z=21};
|
||||||
edFile={cls="richedit";left=8;top=131;right=288;bottom=187;border=1;disabled=1;edge=1;multiline=1;wrap=1;z=14};
|
edFile={cls="richedit";left=8;top=131;right=288;bottom=187;border=1;disabled=1;edge=1;multiline=1;wrap=1;z=14};
|
||||||
edFile2={cls="richedit";left=8;top=213;right=288;bottom=269;border=1;disabled=1;edge=1;multiline=1;wrap=1;z=22};
|
edFile2={cls="richedit";left=8;top=213;right=288;bottom=269;border=1;disabled=1;edge=1;multiline=1;wrap=1;z=22};
|
||||||
edit={cls="edit";left=294;top=19;right=596;bottom=401;autovscroll=false;edge=1;multiline=1;vscroll=1;z=5};
|
edit={cls="edit";left=294;top=19;right=596;bottom=401;autovscroll=false;edge=1;multiline=1;vscroll=1;z=5};
|
||||||
|
@ -205,7 +205,7 @@ FuncBootSeq = function(){
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
var ret = FuncWait(0x22);
|
var ret = FuncWait(0x22);
|
||||||
nextstate(ret);
|
nextstate(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
case 2 {
|
case 2 {
|
||||||
@ -215,7 +215,7 @@ FuncBootSeq = function(){
|
|||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
var ret = FuncWait(0x22);
|
var ret = FuncWait(0x22);
|
||||||
nextstate(ret);
|
nextstate(0);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
case 3 {
|
case 3 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user