Skip to content
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

Has no member named 'setBrodcast' #61

Closed
NorthbySouth opened this issue Jan 21, 2022 · 8 comments
Closed

Has no member named 'setBrodcast' #61

NorthbySouth opened this issue Jan 21, 2022 · 8 comments

Comments

@NorthbySouth
Copy link

Im trying to use the ArtnetNeoPixle sketch. Once I go to upload the sketch I receive this error message.
Arduino: 1.8.19 (Windows Store 1.8.57.0) (Windows 10), Board: "Arduino Uno"

'using Artnet = class arx::artnet::Manager {aka class arx::artnet::Manager}' has no member named 'setBroadcast'

What can I do to fix this?
error artnet

@natcl
Copy link
Owner

natcl commented Jan 21, 2022

Sounds like you might have an older version of the library, can you check in Artnet.h if setBroadcast is defined ?

@NorthbySouth
Copy link
Author

I just downloaded the library today from Readme.md section. Where I can download the most up to date version? I will also check Artnet.h right now.

@NorthbySouth
Copy link
Author

I'm still newer to coding so sorry if this is wrong, but I believe its defined?
setbrodcast

@natcl
Copy link
Owner

natcl commented Jan 21, 2022

yes that's strange, do you happen to also have Teensyduino installed ?
There seems to be a conflict of some sort, perhaps 2 versions of the library are installed ?

@natcl
Copy link
Owner

natcl commented Jan 21, 2022

I just re-read your message and it seems like you have a different Artnet library installed than mine,
using Artnet = class arx::artnet::Manager
That's not part of this library... Did you install a different library at some point ?

@NorthbySouth
Copy link
Author

Yes. I believe there is another Artnet library installed. I will delete it right now and try again!

@NorthbySouth
Copy link
Author

That fixed it sorry for the silly mistake. Appreciate the help!

@natcl
Copy link
Owner

natcl commented Jan 21, 2022

No problem, glad to help !

@natcl natcl closed this as completed Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants