mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-04-02 07:20:16 +00:00
stm32-sx1280: use 250 us in SetRx as it seems to apply to AutoTx as well
This commit is contained in:
parent
357d0f166a
commit
02e972ab63
@ -410,7 +410,8 @@ static bool receive_prepare_rx_bufffer(void){
|
|||||||
|
|
||||||
static void receive_response(void){
|
static void receive_response(void){
|
||||||
if (receive_prepare_rx_bufffer()) {
|
if (receive_prepare_rx_bufffer()) {
|
||||||
Radio.SetRx( ( TickTime_t ) { RADIO_TICK_SIZE_0015_US, 10 } ); // 220 us
|
// 150 us would be enough, but the timeout seems to apply for AutoTx as well, so we use 250 us
|
||||||
|
Radio.SetRx( ( TickTime_t ) { RADIO_TICK_SIZE_0015_US, 16 } );
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user