Fixup JSON version of output

This commit is contained in:
Sassa NF
2024-10-13 07:32:20 +01:00
parent 331e2f6cbf
commit 672ab951b2
+1 -1
View File
@@ -529,7 +529,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);