-
-
Notifications
You must be signed in to change notification settings - Fork 20
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a function to find a BLE peripheral #5
Conversation
|
||
/// Finds a BLE radio matching a given name and running meshtastic. | ||
/// It searches for the 'MSH_SERVICE' running on the device. | ||
async fn find_ble_radio(name: String) -> Result<Peripheral, Error> { |
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.
How do we export this function currently? I'm not seeing it being made public
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.
We should add |
If you go into |
Updated testing flow to add required Ubuntu deps |
Thanks @ajmcquilkin! I'm fine with merging now, though the MacOS CI has been stuck for 5 hours now and I'm unable to restart it. |
No description provided.