someweisguy / esp_dmx

Espressif ESP32 implementation of ANSI-ESTA E1.11 DMX-512A and E1.20 RDM
MIT License
307 stars 30 forks source link

Update rdm_send_request() #127

Closed someweisguy closed 5 months ago

someweisguy commented 5 months ago

This PR fixes rdm_send_request() to the desired behavior in v4.0. This is a breaking change. Users who used rdm_send_request() in v4 must update all code which uses this function or their code will not compile.