Ad legend and fix screen scaling

This commit is contained in:
Egor
2024-11-24 13:28:34 -08:00
parent 85349f2a8c
commit 6028e13ef6
2 changed files with 97 additions and 19 deletions
+1 -1
View File
@@ -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)
{