Adjust timings after offset calculation fix

This commit is contained in:
Ulf Lilleengen 2022-08-09 12:18:20 +02:00 committed by Timo Kröger
parent 1f36da5ca6
commit 5d114479ff

View file

@ -258,10 +258,10 @@ impl From<embassy_stm32::spi::Error> for RadioError {
impl<'d, RS> Timings for SubGhzRadio<'d, RS> {
fn get_rx_window_offset_ms(&self) -> i32 {
-200
-500
}
fn get_rx_window_duration_ms(&self) -> u32 {
800
3000
}
}