Merge branch 'main' of https://github.com/Genaker/LoraSA into feature/config_web_interface

This commit is contained in:
Egor
2024-10-13 18:31:36 -07:00

View File

@@ -540,7 +540,7 @@ void logToSerialTask(void *parameter)
#ifdef HELTEC
doc["low_range_freq"] = frequency_scan_result.begin;
doc["high_range_freq"] = frequency_scan_result.end;
// doc["value"] = max_result; /ToDO: Fix
doc["value"] = String(highest_value_scanned);
serializeJson(doc, jsonOutput);
Serial.println(jsonOutput);