We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c057f14 commit c90e296Copy full SHA for c90e296
coverage_point_calculator/src/location.rs
@@ -27,8 +27,8 @@ pub fn asserted_distance_to_trust_multiplier(
27
_ => dec!(0.00),
28
},
29
RadioType::OutdoorWifi => match meters_to_asserted {
30
- 0..=100 => dec!(1.00),
31
- 101..=150 => dec!(0.25),
+ 0..=300 => dec!(1.00),
+ 301..=400 => dec!(0.25),
32
33
34
}
0 commit comments