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

Update comment to include wifi outdoor #391

Merged
merged 1 commit into from
Mar 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ message heartbeat {
// Distance in meters to the asserted location of the gateway_reward
// at the time of heartbeat verification
uint64 distance_to_asserted = 11;
// only used for wifi indoor radios, all others should have a value of 1.0
// only used for wifi radios, all others should have a value of 1.0
// value is 0.0 to 1.0 multiplied by 1000
uint32 location_trust_score_multiplier = 12;
}
Expand Down Expand Up @@ -328,7 +328,7 @@ message radio_reward {
uint64 seniority_timestamp = 6;
// UUID of the coverage object used to reward this radio
bytes coverage_object = 7;
// only used for wifi indoor radios, all others should have a value of 1.0
// only used for wifi radios, all others should have a value of 1.0
// value is 0.0 to 1.0 multiplied by 1000
uint32 location_trust_score_multiplier = 8;
// based on speedtest averages of speedtests during 48 hour period from end of
Expand Down
Loading