We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3a9a26 commit 162a3f6Copy full SHA for 162a3f6
project/pininfoui.cpp
@@ -139,6 +139,7 @@ void PininfoUI::on_funcbox_currentIndexChanged(const QString &arg1)
139
else if (arg1 == "ADC") {
140
show_name_or_channel(true,true);
141
show_pin_function(true);
142
+ ui->pinfuclabel->setText("通道功能");
143
pinfunclist << "EXTVOL" << "INTVOL" << "INTTEP";
144
ui->pinfucbox->addItems(pinfunclist);
145
ui->devnameedit->setPlaceholderText("adc1");
0 commit comments