mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-07-05 09:22:05 +02:00
Ad legend and fix screen scaling
This commit is contained in:
+1
-1
@@ -364,7 +364,7 @@ void loop()
|
||||
for (int i = 0; i < SAMPLES_RSSI; i++)
|
||||
{
|
||||
state = radio.setFrequency((float)fr + (float)(rssi_mhz_step * u),
|
||||
false); // false = no calibration need here
|
||||
true); // false = no calibration need here
|
||||
int radio_error_count = 0;
|
||||
if (state != RADIOLIB_ERR_NONE)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user