From edb0df738710221635e4736958c99dbb27d58560 Mon Sep 17 00:00:00 2001 From: sunbeam Date: Tue, 21 Mar 2023 21:52:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0boot=E6=B5=81=E7=A8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.aardio | 2 +- user/DiagBootcode.aardio | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/main.aardio b/main.aardio index 9ed949d..998bbbb 100644 --- a/main.aardio +++ b/main.aardio @@ -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}; 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}; -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}; 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}; diff --git a/user/DiagBootcode.aardio b/user/DiagBootcode.aardio index 1a45174..882a279 100644 --- a/user/DiagBootcode.aardio +++ b/user/DiagBootcode.aardio @@ -205,7 +205,7 @@ FuncBootSeq = function(){ } else { var ret = FuncWait(0x22); - nextstate(ret); + nextstate(0); } } case 2 { @@ -215,7 +215,7 @@ FuncBootSeq = function(){ } else { var ret = FuncWait(0x22); - nextstate(ret); + nextstate(0); } } case 3 {