mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-02 20:31:46 +00:00
Modify LogFile to open/close file on SD card status.
Previously, would only open on construction, which was only when the receiver mode changed, which wasn't all that useful.
This commit is contained in:
@@ -38,8 +38,6 @@ ERTModel::ERTModel() {
|
||||
.decimation_factor = 1,
|
||||
});
|
||||
receiver_model.set_baseband_bandwidth(2500000);
|
||||
|
||||
log_file.open_for_append("ert.txt");
|
||||
}
|
||||
|
||||
bool ERTModel::on_packet(const ert::Packet& packet) {
|
||||
|
||||
Reference in New Issue
Block a user