FlightRecordParsingLib icon indicating copy to clipboard operation
FlightRecordParsingLib copied to clipboard

Mavic 3 Enterprise is missing on product types

Open KG3RK3N opened this issue 1 year ago • 2 comments

Currently, the output returns "productType": 118 on Mavic 3 Enterprise logs because its missing on the product types.

I guess that the following value is to append to the ProductType enum:

// Mavic 3 Enterprise
Mavic3Enterprise = 118;

DJIFlightRecord_2023-09-20_[10-32-41].txt

KG3RK3N avatar Sep 21 '23 09:09 KG3RK3N