<div dir="ltr"><div>Hi,</div><div><br></div><div>I am troubleshooting the drone type information but struggling with my limited c++ knowledge. In my log the drone type is unknown, this is a mavic 2.</div><div><br></div><div>I can see interpretationTables.cpp and i see mavic 2 is missing, am i right in assuming that an int is output and mapped to a string? <br></div><div><br></div><div>Per my previous email about printing out information, i have put the following in the parseRecord_RECOVER.cpp at the top of the function:<br></div><div><br></div><div>for (u_int8_t const* p = ptr; p < limit; ++p) fprintf(stderr, "PRINT DRONE HERE:%02x", *p);</div><div>fprintf(stderr, "PRINT DRONE: \n");</div><div><br></div><div>There is a lot of information printed on the screen but i can't seem to find anything new in the output. <br></div><div><br></div><div>Any ideas?</div><div><br></div><div>Thanks.</div></div>