rename handleDMX() handleDMXOutput()
This commit is contained in:
@@ -26,7 +26,7 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
void handleDMX()
|
||||
void handleDMXOutput()
|
||||
{
|
||||
// don't act, when in DMX Proxy mode
|
||||
if (e131ProxyUniverse != 0) return;
|
||||
@@ -91,5 +91,5 @@ void initDMX() {
|
||||
}
|
||||
#else
|
||||
void initDMX(){}
|
||||
void handleDMX() {}
|
||||
void handleDMXOutput() {}
|
||||
#endif
|
||||
@@ -71,7 +71,7 @@ uint8_t unGamma8(uint8_t value);
|
||||
|
||||
//dmx.cpp
|
||||
void initDMX();
|
||||
void handleDMX();
|
||||
void handleDMXOutput();
|
||||
|
||||
//dmx_input.cpp
|
||||
void initDMXInput();
|
||||
|
||||
@@ -121,7 +121,7 @@ void WLED::loop()
|
||||
#endif
|
||||
|
||||
#ifdef WLED_ENABLE_DMX_OUTPUT
|
||||
handleDMX();
|
||||
handleDMXOutput();
|
||||
#endif
|
||||
#ifdef WLED_ENABLE_DMX_INPUT
|
||||
dmxInput.update();
|
||||
|
||||
Reference in New Issue
Block a user