Skip to content

Commit

Permalink
fix: Support more than one parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
arneboe committed Aug 22, 2023
1 parent deb0b8e commit 3e33082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rdm_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -248,8 +248,8 @@ static bool rdm_add_supported_parameter(dmx_port_t dmx_num, uint16_t pid)
if(param[i] == 0)
{
param[i] = pid;
return true;
}
return true;
}

ESP_LOGE(TAG, "Not space left in parameter list. Increase RDM_MAX_NUM_ADDITIONAL_PARAMETERS and recompile");
Expand Down

0 comments on commit 3e33082

Please sign in to comment.