Skip to content

Commit 80710c9

Browse files
committed
fix comment, we know the band now after checking LR1110 user manual
1 parent 5b73fb9 commit 80710c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/helpers/radiolib/LR11x0Reset.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ inline void lr11x0ResetAGC(LR11x0* radio, float freqMHz) {
1111

1212
radio->calibrate(RADIOLIB_LR11X0_CALIBRATE_ALL);
1313

14-
// calibrate(0x3F) defaults image calibration to an unknown band.
14+
// calibrate(0x3F) defaults image calibration to 902-928MHz band.
1515
// Re-calibrate for the actual operating frequency (band=4MHz matches RadioLib default).
1616
radio->calibrateImageRejection(freqMHz - 4.0f, freqMHz + 4.0f);
1717

0 commit comments

Comments
 (0)