bitcraze / crazyflie2-ios-client

The Crazyflie 2.0 iOS client
36 stars 36 forks source link

Add support for multiple binaries in FW update #17

Open krichardsson opened 7 years ago

krichardsson commented 7 years ago

The firmware update mechanism gets a list of the binaries from the latest release in our github release repository. Currently it picks one of the binaries (probably the first?) and up till now that has been OK since we only had one binary in each release. In the latest release we added a second binary that is compiled with LPS support, and now we have the need for the client to choose the right binary or add means to manually pick a binary.

knmcguire commented 2 years ago

Is this a problem with the tag binary now? Now by chance, it is picking the CF2 binary, but what if we implement the Bolt platform?

krichardsson commented 2 years ago

Not sure how this works, should be tested