Adjust timings after offset calculation fix
This commit is contained in:
parent
1f36da5ca6
commit
5d114479ff
@ -258,10 +258,10 @@ impl From<embassy_stm32::spi::Error> for RadioError {
|
|||||||
|
|
||||||
impl<'d, RS> Timings for SubGhzRadio<'d, RS> {
|
impl<'d, RS> Timings for SubGhzRadio<'d, RS> {
|
||||||
fn get_rx_window_offset_ms(&self) -> i32 {
|
fn get_rx_window_offset_ms(&self) -> i32 {
|
||||||
-200
|
-500
|
||||||
}
|
}
|
||||||
fn get_rx_window_duration_ms(&self) -> u32 {
|
fn get_rx_window_duration_ms(&self) -> u32 {
|
||||||
800
|
3000
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user