Lukáš Poláček
Lukáš Poláček
@bengl Can you take a look?
I've struggled with a similar problem and I've solved it by setting `ATE0` . The setting `ATE1` is nice for debugging but causes the modem to output two "batches" of...
I think that's @ajmcquilkin
I'm not sure I understand your concern. `BleHandler` is an internal utility, its equivalent for e.g. TCP is hidden deep inside `tokio` or the Linux kernel, so there is no...
@ksedgwic I'd like to understand the problem before adding a random timeout. Let me try to reproduce it first. There could be a better fix available.
@ksedgwic I've added a `scan_duration` parameter which is used for calling `tokio::time::sleep`, just like in your patch. Will merge this soon.
Merging, will fix the formatting in a followup commit.
I've got maintainer rights from @ajmcquilkin a while ago, the last few PRs were merged by me: https://github.com/meshtastic/rust/pulls?q=is%3Apr+is%3Aclosed Though the need for this crate in my own project is low,...
@krant there's the BLE support which a lot of people asked for, I have a WIP branch that I'd like to merge in about a month. Also I'm not sure...
@rcarteraz 8 months later and the Rust repo is somewhat alive. Issues are being closed and PRs are being merged, mostly in a timely manner. See for example https://github.com/meshtastic/rust/pulls I...