Skip to content

Commit

Permalink
[SX126x] Fix member variable
Browse files Browse the repository at this point in the history
  • Loading branch information
jgromes committed Oct 28, 2024
1 parent e2fd3f7 commit 4bd05de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/SX126x/SX126x.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1055,7 +1055,7 @@ int16_t SX126x::setDataRate(DataRate_t dr) {
RADIOLIB_ASSERT(state);

// set hopping grid
this->lrFhssGrid = dr.lrFhss.narrowGrid ? RADIOLIB_SX126X_LR_FHSS_GRID_STEP_NON_FCC : RADIOLIB_SX126X_LR_FHSS_GRID_STEP_FCC;
this->lrFhssGridNonFcc = dr.lrFhss.narrowGrid ? RADIOLIB_SX126X_LR_FHSS_GRID_STEP_NON_FCC : RADIOLIB_SX126X_LR_FHSS_GRID_STEP_FCC;

}

Expand Down

0 comments on commit 4bd05de

Please sign in to comment.