Merge branch 'testable' of https://github.com/Genaker/LoraSA into testable

This commit is contained in:
Egor
2024-12-24 14:23:49 -08:00
9 changed files with 87 additions and 60 deletions

View File

@@ -569,9 +569,6 @@ bool setFrequency(float curr_freq)
state = state1;
#elif USING_SX1276
state = radio.setFrequency(freq);
#elif defined(USING_LR1121)
state = radio.setFrequency(r.current_frequency,
true); // true = no calibration need here
#else
state = radio.setFrequency(r.current_frequency,
true); // false = calibration is needed here