WLEDMM_TWOPATH - use I2S driver for second output
* TWOPATH is up to 20% faster in some situations. * user_print for showing the driver unit (I2S#n, RMT#x) on serial
This commit is contained in:
@@ -40,6 +40,11 @@ uint8_t realtimeBroadcast(uint8_t type, IPAddress client, uint16_t length, byte
|
||||
#define DEBUG_PRINTF(x...)
|
||||
#endif
|
||||
#else
|
||||
// un-define USER_PRINT macros from bus_wrapper.h
|
||||
#undef DEBUG_PRINT
|
||||
#undef DEBUG_PRINTF
|
||||
#undef DEBUG_PRINTLN
|
||||
#undef DEBUG_FLUSH
|
||||
// WLEDMM use wled.h
|
||||
#include "wled.h"
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user