ESP8266_ArtNetNode_v2
ESP8266_ArtNetNode_v2 copied to clipboard
'rdm_data' has no member named 'clear'
Hello when I check, I find myself with this problem. do you have an idea of where it comes from? thank you.
Hey. I have the same problem, only on the windows machine. On the Linux machine, the compilation runs without errors.
I just commented on the line with an error: // dmx-> rdm_response.clear (); Great errors in the work has not been observed so far.
the real function is included in file libs/espDMX_RDM/rdmDataTypes.h
this is the same file/definition as in the espArtnetRDM.. there the header is added, but the function clear is missing... -> add the function and it will be done ;)
sent a pull reques.