Skip to content

Commit 162a3f6

Browse files
committed
fix some bug
1 parent e3a9a26 commit 162a3f6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/pininfoui.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,7 @@ void PininfoUI::on_funcbox_currentIndexChanged(const QString &arg1)
139139
else if (arg1 == "ADC") {
140140
show_name_or_channel(true,true);
141141
show_pin_function(true);
142+
ui->pinfuclabel->setText("通道功能");
142143
pinfunclist << "EXTVOL" << "INTVOL" << "INTTEP";
143144
ui->pinfucbox->addItems(pinfunclist);
144145
ui->devnameedit->setPlaceholderText("adc1");

0 commit comments

Comments
 (0)