Merge branch 'HUB75-AC' of github.com:netmindz/WLED into HUB75-AC
This commit is contained in:
commit
7ce0d69563
@ -433,7 +433,7 @@ struct BusConfig {
|
|||||||
{
|
{
|
||||||
refreshReq = (bool) GET_BIT(busType,7);
|
refreshReq = (bool) GET_BIT(busType,7);
|
||||||
type = busType & 0x7F; // bit 7 may be/is hacked to include refresh info (1=refresh in off state, 0=no refresh)
|
type = busType & 0x7F; // bit 7 may be/is hacked to include refresh info (1=refresh in off state, 0=no refresh)
|
||||||
size_t nPins = OUTPUT_MAX_PINS;
|
size_t nPins = Bus::getNumberOfPins(type);
|
||||||
for (size_t i = 0; i < nPins; i++) pins[i] = ppins[i];
|
for (size_t i = 0; i < nPins; i++) pins[i] = ppins[i];
|
||||||
DEBUGBUS_PRINTF_P(PSTR("Bus: Config (%d-%d, type:%d, CO:%d, rev:%d, skip:%d, AW:%d kHz:%d, mA:%d/%d)\n"),
|
DEBUGBUS_PRINTF_P(PSTR("Bus: Config (%d-%d, type:%d, CO:%d, rev:%d, skip:%d, AW:%d kHz:%d, mA:%d/%d)\n"),
|
||||||
(int)start, (int)(start+len),
|
(int)start, (int)(start+len),
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user