简体   繁体   中英

DJIBaseProduct model is UnknownAircraft DJI SDK

getFirmwarePackageVersionWithCompletion error 1012

-(void) sdkManagerProductDidChangeFrom:(DJIBaseProduct*) oldProduct to:(DJIBaseProduct*) newProduct{ ShowResult(newProduct.model); }

The newProduct variable is not null yet it says unknown aircraft for the model property. Anythoughts?

I am also getting an error (1012) when I call getFirmwarePackageVersionWithCompletion

I guess you just connect your iOS device to the Remote Controller and not turn on the aircraft? Or the Remote Controller doesn't connect with the aircraft successfully?(Please check if the Remote Controller's light is green, it means connect successfully). Then the getFirmwarePackageVersionWithCompletion method should be invoked when the newProduct is not nil.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM