ivmarkov
ivmarkov
Also see [this](https://github.com/esp-rs/esp-idf-svc/pull/469#discussion_r1716630536) (NOTE: **not** typechecked!) which is what I now believe we are ultimately trying to achieve over here! :)
@DaneSlattery I decided it would be fair to at least typecheck my code, so **you can (try to) use my `EspNetifDriver` idea from... `esp-idf-svc` `master`**. (We have to prohibit direct...
Unfortunately, I cannot test this code for real, as I'm away from home, so I'm not having access even to my measly GPRS modem which is lurking around (actually not...
@DaneSlattery If you are already using my changes, please do `cargo update` in the root of your binary crate. I think I found a bug, where the PPP netif does...
> Please note that my binary is actually the `lte_example` in my PR. I have pushed some updates there, and did a bit of life-time modification on the `EspNetifDriver`. Yes,...
You can also spawn another thread which is examining the `EspNetif::is_connected / ::get_ip_info` in a loop + sleeping for a while if you don't want to deal with mapping `ESP_EVENT_PPP_*`...
> Only if you want to watch what is going on. I.e., is the PPP netif getting a DHCP address and so on. Just subscribe on the system event loop...