-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Send support #25
base: master
Are you sure you want to change the base?
Send support #25
Conversation
Does it look like I'm doing the right bits so far @forkineye ? |
@forkineye this would very much be appreciated.. Just tried your code commits @netmindz and it wouldn't compile for any ESP32 board |
c92ade9
to
5226433
Compare
Just tried locally with ESP8266 and ESP32 and builds ok. Just also updated the CI to test too |
What ESP32 board are you using, out of interest? I'll try again now just in case I was being thick... |
So it now successfully compiles, but when looking at sACN data via sACNView, it shows that nothing is being transmitted - anything to look out for? Using WireShark, I can see that my ESP32 is transmitting to the broadcast address of 255.255.255.255 instead of the expected 239.255.0.1 (for my universe 1) |
It's by no means complete, was checking I was heading in the right direction before I wrote too much |
Working on porting the send support written for the original non-async version to this library. Not sure what is needed to make it async