forkineye / E131

E1.31 (sACN) library for Arduino with ESP8266 support
127 stars 44 forks source link

Would moving to async udp library be a benefit ? #10

Closed penfold42 closed 7 years ago

penfold42 commented 7 years ago

If so, I'm willing to have a go at porting it

forkineye commented 7 years ago

I'm not sure yet. The heap is still fine last I checked so it should be able to be supported. I won't be looking at it anytime soon though, just not enough time lately.

forkineye commented 7 years ago

AsyncUDP support added, still needs to be documented though. Can reference https://github.com/forkineye/ESPixelStick for implementation.

forkineye commented 7 years ago

Think I'll split this off into a dedicated project. Just getting too messy working around esp8266 specific stuff.

forkineye commented 7 years ago

ESP8266 specific Async fork is here now: https://github.com/forkineye/ESPAsyncE131. I'll remove the async stuff from this library to clean it up.