mtongnz / ESP8266_ArtNetNode_v2

ESP8266 based WiFi ArtNet to DMX, RDM and LED Pixels
GNU General Public License v3.0
611 stars 158 forks source link

'rdm_data' has no member named 'clear' #68

Open ririfonfon opened 6 years ago

ririfonfon commented 6 years ago

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.

gravicapa19 commented 6 years ago

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.

zanglerecke commented 6 years ago

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.