mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
* 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> |
||
|---|---|---|
| .. | ||
| BLEException.kt | ||
| BootCompleteReceiver.kt | ||
| Constants.kt | ||
| MeshService.kt | ||
| MeshServiceBroadcasts.kt | ||
| MeshServiceNotifications.kt | ||
| MeshServiceStarter.kt | ||
| RadioNotConnectedException.kt | ||
| SafeBluetooth.kt | ||
| ServiceRepository.kt | ||
| SoftwareUpdateService.kt | ||