You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per datasheet, we are asked to calibrate manually on the 1276 when operating in high-frequency bands. The code is present in radio.c, but configured out with an unused CFG_ variable. Too bad, because we almost always operate the SX1276 in high-frequency bands. No need to manually calibrate in low-frequency bands.
The text was updated successfully, but these errors were encountered:
Found doing pre-commit review for #346, because this is done with the FSK registers. It could be that this calibration is only required when using FSK.
Per datasheet, we are asked to calibrate manually on the 1276 when operating in high-frequency bands. The code is present in radio.c, but configured out with an unused
CFG_
variable. Too bad, because we almost always operate the SX1276 in high-frequency bands. No need to manually calibrate in low-frequency bands.The text was updated successfully, but these errors were encountered: