mejor inicio, todavía no es bueno porque manda el volumen antes de

iniciar las media, por lo que no hace caso a esa info.
This commit is contained in:
snt 2024-04-25 16:58:02 +02:00
parent 66c2850e06
commit 3e93ca95bb
4 changed files with 3 additions and 16 deletions

View file

@ -43,7 +43,6 @@ private:
int m_layers;
int m_dmx[MAX_LAYERS][LAYER_CHANNELS];
QList<dmxSetting> m_dmxSettings;
/**
* @brief Callback from ola. Control de errores en el registro de Universos en OLA
* typedef SingleUseCallback1<void, const Result&> ola::client::SetCallback
@ -96,6 +95,4 @@ signals:
void universeReceived(int uni);
};
using namespace ola;
#endif // OLATHREAD_H