Skip to content
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

Adds Request user info #1279

Merged
merged 7 commits into from
Oct 3, 2024
Merged

Conversation

jamesarich
Copy link
Contributor

Carrying on from @musznik's stale pull #1206 to request a node's info - fixed conflicts, using NodeEntity classes.

musznik and others added 4 commits August 19, 2024 02:24
# Conflicts:
#	app/src/main/java/com/geeksville/mesh/service/MeshService.kt
#	app/src/main/res/values/strings.xml
The `requestUserInfo` function now correctly sends `NodeInfo` when requesting user info by using the `
toNodeInfo()` method on `ourNodeInfo`. This ensures the recipient receives the necessary information.
@jamesarich jamesarich changed the title (feat) Request user info Adds Request user info Oct 3, 2024
@andrekir andrekir merged commit f944a23 into meshtastic:master Oct 3, 2024
5 checks passed
@jamesarich jamesarich deleted the request-userinfo branch October 3, 2024 10:36
danwelch3 pushed a commit to danwelch3/meshtastic-android that referenced this pull request Oct 3, 2024
* Request user info

* safe calls

* Fix: Ensure NodeInfo is sent when requesting user info

The `requestUserInfo` function now correctly sends `NodeInfo` when requesting user info by using the `
toNodeInfo()` method on `ourNodeInfo`. This ensures the recipient receives the necessary information.

* fix: remove unused parameters, use service's node db for our node entity

---------

Co-authored-by: musznik <bymucha@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants