Browse Source

fix comment, we know the band now after checking LR1110 user manual

pull/1743/head
Wessel Nieboer 3 months ago
parent
commit
9bae9d0ed2
No known key found for this signature in database GPG Key ID: 27BB1C3D63DEEFFF
  1. 2
      src/helpers/radiolib/LR11x0Reset.h

2
src/helpers/radiolib/LR11x0Reset.h

@ -11,7 +11,7 @@ inline void lr11x0ResetAGC(LR11x0* radio, float freqMHz) {
radio->calibrate(RADIOLIB_LR11X0_CALIBRATE_ALL);
// calibrate(0x3F) defaults image calibration to an unknown band.
// calibrate(0x3F) defaults image calibration to 902-928MHz band.
// Re-calibrate for the actual operating frequency (band=4MHz matches RadioLib default).
radio->calibrateImageRejection(freqMHz - 4.0f, freqMHz + 4.0f);

Loading…
Cancel
Save