changed default DAC value in ScanParameters

This commit is contained in:
2025-10-01 20:37:40 +02:00
parent f814b3f4e7
commit ad3ef88607

View File

@@ -42,7 +42,7 @@ class RawFileNameComponents {
class ScanParameters {
bool m_enabled = false;
DACIndex m_dac = DACIndex::DAC_2;
DACIndex m_dac{};
int m_start = 0;
int m_stop = 0;
int m_step = 0;