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:
Frank
2024-05-17 21:24:10 +02:00
parent d29a4e3ead
commit 0c7450407e
3 changed files with 43 additions and 9 deletions

View File

@@ -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