Martin Luessi

Results 10 comments of Martin Luessi

AFAIK, the GPL is incompatible with the app-store TOS, so the iOS GCS would need have to have a different licence and therefore would probably have to written from scratch.

@tgreer yeah, the license thing is unfortunate. One possibility could be to build a Qt / QML based app, which would have the advantage that it would also work on...

RE1 doesn't have an external pull-down on PA9. I can test if enabling the internal one makes a difference.

@DusKing1 I have added it to the unified target

@ZECTBynmo did you ever get this working? When I create the `Items` as shown above, I get the following error: ``` MalformedInput: MalformedInput: Bad Request Top level element may not...

OK, I figured it out. `Items` has to be formated as follows: ``` items_to_fulfill = dict(Member=[ { 'SellerSKU': sku, 'SellerFulfillmentOrderItemId': sku + '.' + str(random.randint(0, 100000)), 'Quantity': 1, } ])...

Is there still interest in this driver? It is working without problems in our Betaflight branch. I can rebase it to resolve the conflicts

Added ifdef to `target_post.h` and rebased

I suspect this problem is related to the QMC5883 "getting stuck", i.e., it keeps pulling the SDA line low which then causes subsequent I2C transactions to fail. Both ArduPilot and...

@stronnag I think this should be included in 7.1.0 as well.