修改航线界面,在任意时候都显示

This commit is contained in:
hm
2022-06-25 10:40:17 +08:00
parent e95fd84dd8
commit 7521e50633
5 changed files with 180 additions and 142 deletions
+6
View File
@@ -1234,3 +1234,9 @@ void ServoSystem::on_pushButton_500W_Close_clicked()
on_commandClicked(tr("设定 %1").arg(ui->pushButton_500W_Close->text()),
102,0,0,0,0,0,0,180,0);
}
void ServoSystem::on_pushButton_tracer_clicked()
{
on_commandClicked(tr("设定 %1").arg(ui->pushButton_tracer->text()),
0,0,0,0,0,0,0,20013,0);
}