Meshtastic-Android/app
James Rich f3ba084d5b
fix #1678: Update MeshService.kt to store the channel for received packets. (#1683)
* Update MeshService.kt to store the channel for received packets.

The channel for received packets is now stored, allowing for better tracking and management.

* Update node info creation to include channel data

- Updates `getOrCreateNodeInfo` to accept a channel parameter and to save the channel to the node info during instantiation of a new/unknown node.
- Updates `updateNodeInfo` to accept a channel parameter and pass it to the updated function.
- Updates call to `updateNodeInfo` in `handleReceivedData` to pass the packet channel data to it.
2025-03-17 17:47:48 -05:00
..
schemas/com.geeksville.mesh.database.MeshtasticDatabase feat(config): implement excluded modules validation (#1460) 2025-01-02 06:38:33 -03:00
src fix #1678: Update MeshService.kt to store the channel for received packets. (#1683) 2025-03-17 17:47:48 -05:00
.gitignore gitignore 2020-02-19 10:54:29 -08:00
build.gradle fix #1484: Filter out ignored nodes from map (#1676) 2025-03-17 11:40:08 -05:00
google-services.json chore: simplify mock google-services.json workflow (#1313) 2024-10-14 08:13:35 -03:00
proguard-rules.pro chore: re-enable code shrinking and optimization 2024-09-19 18:17:30 -03:00