Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33
Update to a later meshtastic/rust and switch in available_ble_devices#528
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
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"] } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
aspecifically this part@ajmcquilkin
@barkincavdaroglu Thanks for looking through. for some background, this is a placeholder PR untilmeshtastic/rust#66 is merged, then this should be switched back to the official |
Can you try this new API insteadmeshtastic/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