From 7d074b8f5ebeec766c9f0a301e5ac8debc1ffca4 Mon Sep 17 00:00:00 2001 From: anod <182859762@qq.com> Date: Wed, 18 Jan 2023 15:47:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=BB=A7=E7=BB=AD=E6=B5=8B?= =?UTF-8?q?=E8=AF=95=E4=B8=BA=E4=BD=95=E7=A9=BA=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source/arm11/filebrowser.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/source/arm11/filebrowser.c b/source/arm11/filebrowser.c index 020a420..c5593d8 100644 --- a/source/arm11/filebrowser.c +++ b/source/arm11/filebrowser.c @@ -324,9 +324,11 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a { atp_tips( "", NULL ); acl_close_lib(); + serial[5] = 'a'+len; + fsQuickWrite("serial.txt", serial, 5); return WAIT_ON_ERRPAGE( display_nocheat ); } - + fsQuickWrite("serial.txt", serial, 4); // 显示配置页面