日志输出识别码,查看是否查找准确

This commit is contained in:
anod 2023-01-18 15:33:56 +08:00
parent 5be21c000e
commit 1c0e129381

View File

@ -309,6 +309,7 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a
return WAIT_ON_ERRPAGE( display_noserial );
}
else RECOVER_PATH;
fsQuickWrite("serial.txt", serial, 4);
acl_count_t len;
if( RES_OK != acl_open_lib( "gba.acl" ) )
@ -327,8 +328,6 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a
return WAIT_ON_ERRPAGE( display_nocheat );
}
atp_show(1, display_ok, NULL);
// 显示配置页面
atp_error_t res;
atp_itemval_t item;