测试显示空白

This commit is contained in:
anod 2023-01-18 16:47:00 +08:00
parent eb6ff3d9ac
commit ab1eea7822

View File

@ -335,7 +335,6 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a
}
if( len == 0 )
{
atp_tips( "", NULL );
acl_close_lib();
serial[4] = '4';
fsQuickWrite("log.txt", serial, 5);
@ -348,7 +347,7 @@ static atp_pageopt_t serve_on_key( atp_callerdata_t data, atp_counter_t index, a
atp_error_t res;
atp_itemval_t item;
char type[2] = {' ', 'A'};
res = atp_select("选择一个金手指配置", len, select_region, NULL, type, 0, 0, &item );
res = atp_show(1, display_ok, NULL); //atp_select("选择一个金手指配置", len, select_region, NULL, type, 0, 0, &item );
acl_close_lib();
return WAIT_ON_ACT( res );