ivmarkov

Results 697 comments of ivmarkov
trafficstars

Well, to provide the documentation you are asking for, I have to essentially go back and review the code I (and @N3xed) have written more than a year ago. And...

My gut feeling is that re-merging this crate upstream might be an option when it does have **two** (at least) implementations. Perhaps once I finish the work on `edge-net` (possibly,...

> My application requires passive wifi scanning wich is not possible through the trait. My suggestion would be to add some config for the wifi scanning. This project is largely...

By the way - you've opened this issue in the wrong project. Please move it to `esp-idf-svc` and close this one.

In fact, passive scanning [is already supported in `esp-idf-svc`](https://github.com/esp-rs/esp-idf-svc/blob/master/src/wifi.rs#L796). It is only not exposed in the `Wifi` trait, that's all.

Why do you want to go for this via the `Wifi` trait? Are you trying to somehow keep your code abstract, so that it works on something else besides Espressif...

Well, fine then. Please work on a PR, and then we can discuss once we have your suggested changes. In any case, getting your feet wet with the `esp-idf-*` echosystem...

> > Could anyone give me a summary of the discussion here? I'd like to help merge this but don't have enough context. > > A lot of wrong definitions,...

> Keep in mind `horizon` os of 3DS as to preserve these libctru definitions. As long as all of these are marked with `target_os = "horizon"`, sure. Otherwise how would...

I have updated the title of the bug to indicate that this issue is now about BLE. Classic BT (esp32 only, of course) is in the meantime supported, under the...