-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update trouble api #4
base: main
Are you sure you want to change the base?
Conversation
Co-authored-by: Asko Kauppi <[email protected]>
I'm seeing weird behaviour on this update, the server keeps timing out on connection. @lure23 @lulf do you get a similar behaviour on your microbits? I can't see what is different in this to running the trouble example in microbit-bsp (which does work). So I'm wondering if it's indicating a bug somewhere...
|
Sorry, but I don't have a microbit to test with. |
@jamessizeland Could you test with embassy-rs/trouble#270 ? I'm wondering if it's a symptom that the outbound reply is dropped due to outbound buffers or something (I've not tried to debug this, so it's just guessing). If there is a lot of events and you want to make sure they all get replied to, you need to explicitly call |
I'll do so later yep ty! |
I switched to your branch and it connected and displayed characteristics in nrf-connect properly. But then I switched back to the rev that wasn't working yesterday and it connects just fine, so I'm unsure what the issue was! |
waiting on lulf/microbit-bsp#19 to merge