Skip to content

Commit e3822b2

Browse files
committed
fix(filesystem): Correct the tcal filenames
Signed-off-by: Amilcar Lucas <amilcar.lucas@iav.de>
1 parent 1951fc5 commit e3822b2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ardupilot_methodic_configurator/backend_filesystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ def get_start_file(self, explicit_index: int, tcal_available: bool) -> str:
774774
return files[start_file_index]
775775

776776
# In the no-tcal branch the historical behaviour is files[2], i.e. skip
777-
# the first two files (typically 00_default.param + 01_tcal.param). Fall
777+
# the first two files (typically 02_imu_temperature_calibration_setup.param + 03_imu_temperature_calibration_results.param). Fall
778778
# back to the last available file when fewer than 3 files are present
779779
# so we never crash on a small or non-standard file set.
780780
if tcal_available:

0 commit comments

Comments
 (0)