mirror of
https://github.com/modelec/ihm.git
synced 2026-01-18 16:47:32 +01:00
aruco
This commit is contained in:
@@ -63,7 +63,7 @@ PreparationMatch::PreparationMatch(QWidget* parent) : QWidget(parent)
|
||||
|
||||
connect(this->startButton, &QPushButton::pressed, [&]()
|
||||
{
|
||||
if (ledVerte->isChecked() && arduino->isChecked() && aruco->isChecked() && lidarPing->isChecked() && tirette->isChecked())
|
||||
if (ledVerte->isChecked() && arduino->isChecked() && lidarPing->isChecked() && tirette->isChecked())
|
||||
{
|
||||
emit startGame();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user