Consolidate metadata file parsing (#1173)

* Add metadata file helper and replace old code
* Finish updating metadata read/write
This commit is contained in:
Kyle Reed
2023-06-20 00:32:37 -07:00
committed by GitHub
parent fa06df1400
commit 63b0093321
10 changed files with 198 additions and 102 deletions

View File

@@ -68,7 +68,6 @@ class RecordView : public View {
private:
void toggle();
// void toggle_pitch_rssi();
Optional<File::Error> write_metadata_file(const std::filesystem::path& filename);
void on_tick_second();
void update_status_display();