RDM Default Parameters #99
someweisguy
started this conversation in
Ideas
Replies: 1 comment
-
And perhaps |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This discussion is for potential default parameters in this library. When
dmx_driver_install()
is invoked, the DMX driver registers several RDM parameters with the RDM responder. These parameters include the required RDM parameters, but this thread is to discuss which additional parameters should be registered.Users are able to disable the pre-registration of RDM parameters using the ESP-IDF sdkconfig. The default option is to enable all default parameters.
The current proposal would pre-register the following RDM parameters in addition to the required parameters:
RDM_PID_COMMS_STATUS
RDM_PID_QUEUED_MESSAGE
RDM_PID_STATUS_MESSAGE
RDM_PID_DEVICE_LABEL
RDM_PID_BOOT_SOFTWARE_VERSION_ID
RDM_PID_BOOT_SOFTWARE_VERSION_LABEL
Beta Was this translation helpful? Give feedback.
All reactions