显示不了数字,改一下测试

This commit is contained in:
anod 2022-10-17 11:49:34 +08:00
parent 70b6c41aa7
commit 2a63bb9dba

View File

@ -127,7 +127,7 @@ static atp_error_t config_item( atp_callerdata_t data, atp_counter_t index, atp_
{ {
ee_snprintf(buf, sizeof(buf), "%d", g_oafConfig.backlight); ee_snprintf(buf, sizeof(buf), "%d", g_oafConfig.backlight);
cfg->text = "屏幕亮度"; cfg->text = "屏幕亮度";
cfg->extra_text = buf; cfg->extra_text = "100";
} }
else if( index == 1 ) else if( index == 1 )
{ {