UDP Server is started

This commit is contained in:
Ollo
2023-08-14 13:53:34 +02:00
parent 3aace88c0b
commit 488a8ed5dd
4 changed files with 11 additions and 8 deletions

View File

@@ -6,6 +6,7 @@ MainWindow::MainWindow(QWidget *parent)
, ui(new Ui::MainWindow)
{
ui->setupUi(this);
this->server = new UdpLedServer ();
}
MainWindow::~MainWindow()