:bug: the rtc value from the on-board aggregation is basically always 0, because the system starts the aggregation before the UTC fix from Spotter comes in. -> use rtc_end
replace the hardcoded CURRENT_SAMPLE_PERIOD_MS with a config named "CURRENT_READING_INTERVAL_MS, which defaults to 60s - the intended reading interval for Aanderaa DVT2.
implement a baud rate configuration
configify nSkipReadings
configify readingIntervalMs
configify payloadWdToS
These changes have been tested in DVT1 systems and are dry-soaking through October 30
This PR includes:
CURRENT_SAMPLE_PERIOD_MS
with a config named "CURRENT_READING_INTERVAL_MS
, which defaults to 60s - the intended reading interval for Aanderaa DVT2.These changes have been tested in DVT1 systems and are dry-soaking through October 30
sc-194765