mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-05-02 19:42:59 +02:00
Merge branch 'testable' of https://github.com/Genaker/LoraSA into testable
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user