You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @someweisguy
Thank you for your awesome library.
I am using this library and everything works super fine.
I'd like to get/set some specific RDM parameters, which is not defined on your example code.
For ex)
And I also found some address setup for them in esp_dmx/src/rdm/include/types.h as well.
But I couldn't figure out how I can send the request to get / set those parameters.
Do you already build the functions for them or plan to build in future soon?
Thank you very much in advance.
The text was updated successfully, but these errors were encountered:
The Arduino_RDMSensor example covers the first 2 PIDs, but as you can see in my issue (#173), it fails in the function rdm_sensor_definition_add. I wish I could tell you more, but I'm still debugging it for my work project.
Hi @someweisguy
Thank you for your awesome library.
I am using this library and everything works super fine.
I'd like to get/set some specific RDM parameters, which is not defined on your example code.
For ex)
Those parameters are mentioned as 'supported' on the list of
https://github.com/someweisguy/esp_dmx/tree/release/v4.1?tab=readme-ov-file#parameter-ids
And I also found some address setup for them in esp_dmx/src/rdm/include/types.h as well.
But I couldn't figure out how I can send the request to get / set those parameters.
Do you already build the functions for them or plan to build in future soon?
Thank you very much in advance.
The text was updated successfully, but these errors were encountered: