This commit is contained in:
ackimixs
2024-05-07 10:47:51 +02:00
parent 9fb6df5bea
commit 10ab05b0ba

View File

@@ -81,7 +81,7 @@ MainWindow::MainWindow(const char *address, int port, QWidget *parent) : QMainWi
connect(this->homologation, &Homologation::panneauDroitClicked, [&]() {
this->tcpClient->sendMessage("ihm;servo_moteur;baisser bras;1\n");
this->tcpClient->sendMessage("ihm;servo_moteur;check panneau;7");
this->tcpClient->sendMessage("ihm;servo_moteur;check panneau;7\n");
});
this->teamChooser = new TeamChooser(centralWidget);