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

Unset received SNR/RSSI values upon receiving packet via MQTT #5668

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

GUVWAF
Copy link
Member

@GUVWAF GUVWAF commented Dec 26, 2024

When nodes receive a packet via LoRa, they publish it to MQTT without subtracting a hop, but with their received SNR/RSSI added to the packet. This means that when another node then receives this packet via MQTT, they will see their SNR/RSSI with hops_away = 0. Let's unset these values as they are confusing.

@fifieldt
Copy link
Contributor

Ahhhh, so that's what that is! Nice!

@fifieldt fifieldt merged commit b12aa3f into meshtastic:master Dec 26, 2024
48 checks passed
@GUVWAF GUVWAF deleted the MQTT_SNR branch December 26, 2024 15:21
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.

2 participants