Skip to content

Commit

Permalink
always disable dont keep start channels for ESPixelStick discover
Browse files Browse the repository at this point in the history
  • Loading branch information
computergeek1507 committed Jan 22, 2024
1 parent 6e0cf17 commit e0ec659
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xLights/controllers/FPP.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2944,8 +2944,8 @@ static void CreateController(Discovery &discovery, DiscoveredData *inst) {
} else if (inst->typeId == 0xC2 || inst->typeId == 0xC3) {
if (inst->controller->GetProtocol() != OUTPUT_DDP) {
inst->controller->SetProtocol(OUTPUT_DDP);
dynamic_cast<DDPOutput*>(inst->controller->GetOutputs().front())->SetKeepChannelNumber(false);
}
dynamic_cast<DDPOutput*>(inst->controller->GetOutputs().front())->SetKeepChannelNumber(false);
if (inst->majorVersion <= 3) {
inst->pixelControllerType = inst->platformModel;
} else if (inst->typeId == 0xC2) {
Expand Down

0 comments on commit e0ec659

Please sign in to comment.