ESP8266_ArtNetNode_v2 icon indicating copy to clipboard operation
ESP8266_ArtNetNode_v2 copied to clipboard

'rdm_data' has no member named 'clear'

Open ririfonfon opened this issue 7 years ago • 2 comments

rdm_data has no menber named clear

Hello when I check, I find myself with this problem. do you have an idea of where it comes from? thank you.

ririfonfon avatar Oct 13 '17 08:10 ririfonfon

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.

gravicapa19 avatar Oct 24 '17 13:10 gravicapa19

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.

zanglerecke avatar Nov 17 '17 12:11 zanglerecke