med-material / ArduinoLogger

Source code for an Arduino Logger (Windows/Mac) used for the RTII course at AAU (Unity 2018.3.2f1)
MIT License
3 stars 2 forks source link

Save to CSV: Missing 'PID', 'Comment', 'TimeStamp' in header #33

Closed bastianilso closed 4 years ago

bastianilso commented 4 years ago

When exporting the CSV there is a mismatching number of header field values, compared to data field values. ArduinoLogger is currently only exporting the header from the Arduino as is - a better implementation would capture the header from the LogCollection itself, to provide consistency.