Skip to content

Commit c90e296

Browse files
authored
Update outdoor meters_to_asserted multipliers based on hrp20251107 (#1075)
1 parent c057f14 commit c90e296

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coverage_point_calculator/src/location.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ pub fn asserted_distance_to_trust_multiplier(
2727
_ => dec!(0.00),
2828
},
2929
RadioType::OutdoorWifi => match meters_to_asserted {
30-
0..=100 => dec!(1.00),
31-
101..=150 => dec!(0.25),
30+
0..=300 => dec!(1.00),
31+
301..=400 => dec!(0.25),
3232
_ => dec!(0.00),
3333
},
3434
}

0 commit comments

Comments
 (0)