Update to a later meshtastic/rust and switch in available_ble_devices#528
Update to a later meshtastic/rust and switch in available_ble_devices#528matthewCmatt wants to merge 1 commit intomainfrom
Conversation
|
@ajmcquilkin looks like systemic change fyi |
| tauri-plugin-log = { features = ["colored"] , version = "2" } | ||
| chrono = { version = "0.4.34", features = ["serde"] } | ||
| meshtastic = { git = "https://github.com/meshtastic/rust.git", rev = "6057294aa6cfa979033299f7f02cfe6ceafddeda", features = ["ts-gen", "bluetooth-le"] } | ||
| meshtastic = { git = "https://github.com/lukipuki/meshtastic-rust.git", rev = "71978de0121ed87c5953621d7fbe59f25f68fe13", features = ["ts-gen", "bluetooth-le"] } |
|
@barkincavdaroglu Thanks for looking through. for some background, this is a placeholder PR until meshtastic/rust#66 is merged, then this should be switched back to the official |
|
Can you try this new API instead meshtastic/rust#68 ? I'm also considering to swap out the tuple to a 2-field struct with |
|
Hi all, I am no longer a maintainer of this repo. I worked on this as part of my college senior cumulative project. I understand the repo got significantly larger now and I also like that more people are contributing to it. However, I no longer have enough context about the code in this repo so all major changes should go through @ajmcquilkin |
@lukipuki Thanks for working through the bluetooth discovery! This MR is just to keep track of these changes, hopefully we can get things merged up in
rustand this MR will need to be updated