evoggy / crazyflie-pc-client

Other
0 stars 1 forks source link

Append date/time to filenames for files created by logdatawriter #107

Open evoggy opened 10 years ago

evoggy commented 10 years ago

Currently the logdatawriter creates files with filenames only using the log configuration name. Since this doesn't have to be unique and will be the same after each connect something needs to be appended to the filename.

Change so that the ISO time is appended in the following format: ConfigName_YYYY-MM-DDThhmmss.csv