someweisguy / esp_dmx

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

Fix for #150 #158

Closed bensuffolk closed 3 months ago

bensuffolk commented 3 months ago

As per fix by GIPdA : Currently DMX_NUM_MAX is used, but it's an enum and cannot be used in pre-processor.

someweisguy commented 3 months ago

Thanks for this commit. I had meant to take a short break from this project, but it has clearly turned into a bit of a longer break than anticipated.

bensuffolk commented 3 months ago

We all need a break at times, hope you back refreshed. Thanks for all your hard work!