Monitor dmx personality and dmx start address for change and update rdm

This commit is contained in:
Arne
2023-08-18 15:44:27 +02:00
committed by Will Tatam
parent 9d8fdd0b20
commit be3e331afb
2 changed files with 33 additions and 0 deletions

View File

@@ -20,6 +20,11 @@ private:
/// @return true if rdm identify is active
bool isIdentifyOn() const;
/**
* Checks if the global dmx config has changed and updates the changes in rdm
*/
void checkAndUpdateConfig();
/// overrides everything and turns on all leds
void turnOnAllLeds();