This commit is contained in:
Egor
2024-12-23 22:37:25 -08:00
parent 986129b7a7
commit 1dca46ce6c

View File

@@ -574,7 +574,7 @@ bool setFrequency(float curr_freq)
true); // true = no calibration need here
#else
state = radio.setFrequency(r.current_frequency,
false); // false = calibration is needed here
true); // false = calibration is needed here
#endif
if (state != RADIOLIB_ERR_NONE)
{