Josh Guilfoyle

Results 68 comments of Josh Guilfoyle

I'll definitely give this a try, but after some further digging I realized existing parameters may have been the culprit in my case. Default GND_THR_MAX is 0.3f which seems to...

Ack'd, thanks for the quick info, I'm going to isolate all of these things and do some more field testing shortly. Hopefully I can provide an isolated report of the...

Adding a test case that at least shows why some API change is important while we leave the exact API up in the air.

I'm interested in throwing my hat in the ring here to try to help get this over the line (and with luck I can get some other esp-rs folks onboard!)....

Ok I'm going to work on the technical aspects of this first: 1. Use `mio_unsupported_force_poll_poll` 2. Rebase + get CI checks passing generally 3. Add a CI configuration for the...

I noticed a couple of bugs in the poll implementation while doing this work that result directly from inconsistencies to how the Windows implementation works. For example, when poll yields...

Only one issue left to fix and I could use your help @Janrupf. Specifically I bumped into: https://github.com/tokio-rs/tokio/issues/5866 which it looks like you should've hit as well unless you were...

Having troubles getting the example to build for unknown reasons. I have things working in my own local repository, but for some reason sdkconfig.defaults isn't being picked up like I...

Also looks like I'm missing some conventions about using alloc vs heapless, std::fmt::Write, etc. Fairly new to the conventions in esp-idf-svc but I'll do my best to try to fix...