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:
Jared Boone 2016-01-13 23:11:19 -08:00
parent 30ca545b52
commit bd07e4e7e5
8 changed files with 34 additions and 15 deletions

View file

@ -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) {