With git HEAD, v2.0.1, the 'START AT' and 'STOP AT' stamps don't seem to be written correctly to the SD file.
Sometimes BOTH are written immediately following each other, to the start of the file:
%START AT
0019B699
%STOP AT
0019C691
... data
Sometimes ONLY 'STOP AT' is written, but it is written at the start:
%STOP AT
000745EE
... data
The documentation states that the data should be between these stamps, not following them.
With git HEAD, v2.0.1, the 'START AT' and 'STOP AT' stamps don't seem to be written correctly to the SD file.
Sometimes BOTH are written immediately following each other, to the start of the file:
Sometimes ONLY 'STOP AT' is written, but it is written at the start:
The documentation states that the data should be between these stamps, not following them.