ivmarkov

Results 697 comments of ivmarkov
trafficstars

Rubble is not seeing a lot of development lately so I'm skeptical that it can be used in any shape or form. There are actually some sample wrappers of the...

Now that we have the `next` branch finally merged into `master`, I'm willing to push this even in the presence of the watchdog error, which we can still hopefully fix...

@JakobLachermeier Can you fix the formatting?

I have never done such implementation myself. Perhaps it was something from the old code written by @sapir which was not using typestates, which I might have removed once I...

Here: https://github.com/esp-rs/esp-idf-hal/blob/v0.1.2/src/rmt.rs

Probably needs to be updated to take the new style pins, and needs to use generics like everything else. Not sure if it can implement any embedded hal trait. Maybe...

> * I couldn't find a function that does an `esp_wifi_start()` in STA, without actually connecting to an AP. `set_configuration` does a lot more than is needed for ESPNow. For...

The client reconnects automatically. How I re-subscribe is that I'm listening for `Connected` events and re-subscribing the client after that. And yes, you have to subscribe the client from *outside*...

I'm reacting in a bit late here and that might be totally off, but here's a very different suggestion, that I've mentioned a few times in the past: why not...