mirror of
https://github.com/Genaker/LoraSA.git
synced 2026-03-28 17:42:59 +01:00
Merge branch 'main' of https://github.com/Genaker/LoraSA into feature/config_web_interface
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user