Skip to content

Commit

Permalink
Update comment to include wifi outdoor (#391)
Browse files Browse the repository at this point in the history
`location_trust_score_multiplier` is said to be working for both indoor and outdoor wifi. Updating the comment accordingly
  • Loading branch information
riobah authored Mar 1, 2024
1 parent c2b1dfa commit 94757fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/service/poc_mobile.proto
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,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 @@ -329,7 +329,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

0 comments on commit 94757fd

Please sign in to comment.