You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello,
I have encountered a similar Issue with compiling the software on esp8266 -> similar? : #7
something with error: invalid conversion from 'void (*)(char)' to 'void*'
I am unable to understand the reqired ? type conversions ? in the information flow weavings of this program;
so I hope someone gets the issue, and can help, I have read of casting someting in a 2005 post?
Here is my Arduino ide 2.3.2 Appimage rendering:
Maybe someone figures out how to make that conversion; valid?
Regards,
TT
Background;
I tried to re-program a Light (LS1) I have build togeter 2015. It is using dmx input on a bunch of XY-103 dmx 3 channel 2A Led drivers to drive 22 rgb strips or 66 channels. It works kind of with an old non wireless controller an a button to switch animations, teensy or similar I beleave.
The text was updated successfully, but these errors were encountered:
Hello,
I have encountered a similar Issue with compiling the software on esp8266 -> similar? : #7
something with
error: invalid conversion from 'void (*)(char)' to 'void*'
I am unable to understand the reqired ? type conversions ? in the information flow weavings of this program;
so I hope someone gets the issue, and can help, I have read of casting someting in a 2005 post?
Here is my Arduino ide 2.3.2 Appimage rendering:
Maybe someone figures out how to make that conversion; valid?
Regards,
TT
Background;
I tried to re-program a Light (LS1) I have build togeter 2015. It is using dmx input on a bunch of XY-103 dmx 3 channel 2A Led drivers to drive 22 rgb strips or 66 channels. It works kind of with an old non wireless controller an a button to switch animations, teensy or similar I beleave.
The text was updated successfully, but these errors were encountered: