Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/radio/sx1276/sx1276.c
Original file line number Diff line number Diff line change
Expand Up @@ -1568,6 +1568,9 @@ static void SX1276OnTimeoutIrq( void* context )
// Reset the radio
SX1276Reset( );

// Restore the channel frequency (RxChainCalibration reads 0 from reset registers)
SX1276SetChannel( SX1276.Settings.Channel);

// Calibrate Rx chain
RxChainCalibration( );

Expand Down