修改继续测试为何空页面

This commit is contained in:
anod 2023-01-18 15:47:13 +08:00
parent 813d20aa06
commit 7d074b8f5e

View File

@ -324,6 +324,8 @@ 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 );
}