Max Braun

Results 58 comments of Max Braun

Cool! Do they come with 3-color displays?

Can you say more about what motivated this change? If you're frequently waking up the client only to push the same image, then maybe the solution is to avoid that...

Thanks for looking into this, Neil! Could you give an example of cron expressions together with the expected and actual behavior for those?

Yeah, let's keep it to the functional changes for now. The `pycodestyle` I ran doesn't seem to do docstring and just helps with stuff [like this](https://github.com/maxbbraun/accent/pull/19#pullrequestreview-669667489).

Maybe you're on a Windows machine? The instructions are all for Linux.

`dougie` is not a valid user key. You're seeing the 403 response generated by [this code](https://github.com/maxbbraun/accent/blob/95ef3b1851f55dc9062485d8bdf755cd014fbca5/server/auth.py#L47).

Could you paste the serial output from the client here?

Hm, I'm not able to reproduce the issue. For me, the second call to `Serial.begin` works and I get messages from both the Accent code and the GxEPD library. Is...

Oh, I see. I'm using Arduino IDE 1.8.13 and esp32 version 1.0.2.

I was also able to reproduce with esp32>=1.0.5 while 1.0.4 still seems to work fine.