The current implementation stores all measurements in lists and saves them to the file in the finalization routine. Therefore, improper disconnects (i.e. connection loss) could lead to the loss of the log data. We can fix this by directly appending the data to the file after the measurement.
The current implementation stores all measurements in lists and saves them to the file in the finalization routine. Therefore, improper disconnects (i.e. connection loss) could lead to the loss of the log data. We can fix this by directly appending the data to the file after the measurement.