diff --git a/xLights/models/Model.cpp b/xLights/models/Model.cpp index b4f9be4ae..9c6cbe4dd 100644 --- a/xLights/models/Model.cpp +++ b/xLights/models/Model.cpp @@ -1269,7 +1269,7 @@ void Model::AddControllerProperties(wxPropertyGridInterface* grid) sp->SetAttribute("Max", caps->GetMaxSerialPortChannels()); } sp->SetEditor("SpinCtrl"); - if (cp[idx] != "dmx") { + if (cp[idx] != "dmx" || Contains(protocol, "DMX")) { // non dmx protocols support speeds sp = grid->AppendIn(p, new wxEnumProperty("Speed", "ModelControllerConnectionSpeed", cs, wxArrayInt(), idxs)); if (cs.size() == 1 && idxs == 0) {