mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-02-05 21:33:01 -05:00
* 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.