kopia lustrzana https://github.com/Aircoookie/WLED
Add dmxInput.isConnected()
rodzic
507938be35
commit
7c23872e03
|
@ -19,6 +19,9 @@ public:
|
|||
void disable();
|
||||
void enable();
|
||||
|
||||
/// True if dmx is currently connected
|
||||
bool isConnected() const { return connected; }
|
||||
|
||||
private:
|
||||
/// @return true if rdm identify is active
|
||||
bool isIdentifyOn() const;
|
||||
|
|
Ładowanie…
Reference in New Issue