Federico Maggi

Results 43 comments of Federico Maggi

@Siletskiy we have no time to maintain the project. Probably someone from @google should pick it up and incorporate it into AOSP.

I checked the logs of the CI job but I can't see any meaningful error message. I see that both jobs on Py 3.6 and Py 3.7 have errored, but...

OK, I think I found the culprit, in `terraform/kms.tf` ``` principals { type = "AWS" identifiers = ["arn:aws:iam::${var.aws_account_id}:root"] } ``` the `root` is simply assumed as a default, while in...

Progressively solving incompatibilities with Django 1.7.5

Thanks @marvinroger. I've finally came up with a complete multi-shutter example. The code handles a temp/hum/press sensor too, which doesn't really matter for this example (just ignore it). The issue...

@kluszczyn good point, and thanks for confirming that the example code works. However, I think it doesn't have to do with the actuation. I mean, the actuation (HIGH/LOW on pins)...

@kluszczyn it has to be something else, because I've tried to swap the button definition from: ```cpp unsigned char shutterOpToPin[NUMBER_OF_SHUTTERS][NUMBER_OF_BUTTONS] = { {D0, D2, D1}, /* 16, 4, 5 */...

@kluszczyn I think I've screamed "victory" too early - that's why I haven't pushed anything so far. I've noticed that I can't reliably reset the library so I have to...