mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-08-07 01:13:15 +02:00
Added a delay when frequency scan result is invalid
This commit is contained in:
@@ -471,6 +471,7 @@ void logToSerialTask(void *parameter)
|
||||
}
|
||||
if (highest_value_scanned == 999)
|
||||
{
|
||||
vTaskDelay(LOG_DATA_JSON_INTERVAL / portTICK_PERIOD_MS);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user