Support dmx rdm personality change
This commit is contained in:
@@ -30,10 +30,14 @@ private:
|
||||
|
||||
dmx_config_t createConfig() const;
|
||||
|
||||
//is invoked whenver the dmx start address is changed via rdm
|
||||
// is invoked whenver the dmx start address is changed via rdm
|
||||
friend void rdmAddressChangedCb(dmx_port_t dmxPort, const rdm_header_t *header,
|
||||
void *context);
|
||||
|
||||
// is invoked whenever the personality is changed via rdm
|
||||
friend void rdmPersonalityChangedCb(dmx_port_t dmxPort, const rdm_header_t *header,
|
||||
void *context);
|
||||
|
||||
uint8_t inputPortNum = 255; // TODO make this configurable
|
||||
/// True once the dmx input has been initialized successfully
|
||||
bool initialized = false; // true once init finished successfully
|
||||
|
||||
Reference in New Issue
Block a user