Damien George

Results 1057 comments of Damien George

Thanks @andrewleech, it's good to make all TinyUSB ports use the same mechanism. And thanks to @iabdalkader for testing.

You could try adding a `time.sleep_ms(10)` at every iteration in the `while True` loop, to give the esp8266's task handler time to process things. That may help eliminate wdt resets.

> Brand new board out of the package. Same problem; maybe even worse. Is it the same brand of board as the first one? If so it could be an...

@jonhp to make progress on this issue can you please provide full instructions on how to reproduce it, so someone else can try to hit the same bug you are...

Without a reproduction it will be hard to debug and fix this issue. Even with the above wireshark capture, you need to provide details about how the test was set...

Wow, thanks for this! It's very nice to see that it can be implemented in pure Python. I don't know anything about TaskGroup so will need to learn how it...

> It's not my commit message that's failing the test! You're right. That CI check will need fixing so it allows "Revert" commit messages.

>> It's not my commit message that's failing the test! > > You're right. That CI check will need fixing so it allows "Revert" commit messages. Actually the CI check...

> OK, so I have no idea why this patch could possibly cause this error. Open to suggestions. The issue is that the native emitter doesn't support `async with`, which...