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

use beacon recip table rather than last beacon table for active beaconing gateways #795

Merged
merged 1 commit into from
Apr 29, 2024

Conversation

andymck
Copy link
Contributor

@andymck andymck commented Apr 22, 2024

Fix for issue #793

This changes the hex density scaler to use the last_beacon_recip table as its source data rather than the last_beacon table. As per #784 the last_beacon_recip table is updated only when a beacon is valid whereas the last_beacon table is updated upon receipt of the last beacon whether than beacon is valid or invalid.

As such since #784 the hex density scaler has been using incorrect data

@andymck andymck marked this pull request as ready for review April 22, 2024 15:24
@bbalser bbalser merged commit 676e49c into main Apr 29, 2024
1 check passed
@bbalser bbalser deleted the andymck/fix-scaler-source branch April 29, 2024 14:26
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