natcl / Artnet

An Art-Net library for Teensy, Arduino and ESP boards
Other
334 stars 91 forks source link

Has no member named 'setBrodcast' #61

Closed NorthbySouth closed 2 years ago

NorthbySouth commented 2 years ago

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 commented 2 years ago

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

NorthbySouth commented 2 years ago

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 commented 2 years ago

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

natcl commented 2 years ago

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 commented 2 years ago

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 commented 2 years ago

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

NorthbySouth commented 2 years ago

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

natcl commented 2 years ago

No problem, glad to help !