Tacho functionality update: added a mechanism for parsing the tachograph file and dynamic generation of the full file name. The file name is formatted automatically based on the file content. Also, depending on the region, the name format will be changed. Here are some examples of files:
VDO format which applies to all countries except France and Spain:
VU file: M_20250801_1406_LT01STR_VINNUMBER00001001.DDD
Driver file: C_20240808_1228_E_Smith1407_1200000000110200.DDD
C1B, V1B format for France:
VU file: FXX-NNN-ZZ2508011746.V1B
Driver file: FXX-NNN-ZZ2508011746.C1B
TGD format for Spain
VU file: V_1234ABC_E_20250801_1745.TGD
Driver file: C_1200000000110200_E_20250801_1745.TGD
Post scriptum: the tracker at the firmware level can generate a file name, for example: C_20241105_1004_Musterfrau_735_Kristina_735_1220000000735000.DDD. The file parsing mechanism that was added improves this functionality and generates a completely correct file name that meets all standards regardless of the file type or tachograph generation. If for some reason the file cannot be read, the default file name will be used automatically.