Skip to content

Commit

Permalink
No log in legend
Browse files Browse the repository at this point in the history
  • Loading branch information
AKMaily committed Oct 16, 2024
1 parent 7c36a04 commit c01a0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analyze_data.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ bool AnalyzeStateManager::saveAsCSV(const std::string& apiResponse) {
outFile << "FFT Analyse\n"; // Erste Zeile mit dem Inhalt "FFT"

// Schreibe die Einheitenzeile
outFile << "Hz,log(V)\n"; // Zweite Zeile mit den Einheiten "frq" und "amp"
outFile << "Hz,V\n"; // Zweite Zeile mit den Einheiten "frq" und "amp"

// Schleife über die "fft"-Daten im JSON-Array und schreibe sie in die Datei
for (const auto& item : jsonData["fft"]) {
Expand Down

0 comments on commit c01a0e7

Please sign in to comment.