mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-03-28 17:42:59 +01:00
fix scan
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user