Angus Gratton
Angus Gratton
That's extremely interesting, @sirhcel! > the output data is garbled and looks like written data did not got appended to the transmit buffer but somewhat overwrote existing data :open_mouth: >...
Thanks for sharing your experience asking Apple about this. > Isn't this meant for tcflush() when one want's to discard data? Totally agree this seems to be the purpose of...
Can confirm this behaviour - the PICO-W requires you to set `active(False)` *before* configuring the AP config or it doesn't change the actual Wi-Fi behaviour. Whereas the docs say to...
> , I have no idea what I need to fix in the failed checks, if someone would be so kind to help or simply tell me what I have...
> What's the value of this over accessing the public constant? I can't speak for @JoNil, but what I was hoping to work towards is defining a trait over all...
I saw that the new PR #17951 is mostly passing CI, so I've done a quick initial review of that PR. @favnec5 are you still planning to update this PR,...
No worries, thanks @favnec5. Closing this PR in favour of #17951.
@canuckdev Thanks for being patient while someone got back to you about this. It looks like you're talking to a SnapCast JSON HTTP endpoint, is that right? It seems either...
Thanks for that, @canuckdev. I am unfortunately none the wiser, as this HTTP response looks OK: ``` * Trying 192.168.1.37:1780... * Connected to pi9 (192.168.1.37) port 1780 (#0) > POST...
> From my understanding the ULP is a singleton object. > Would it benefit from a finaliser to stop the running ULP code upon GC or explicit **del** ? Sorry,...