Skip to content

Commit 3d6cb44

Browse files
authored
Fix defaults to work around nasa/fpp#984 (#4969)
Works around the fact that `external parameters` don't respect default values.
1 parent 306d36e commit 3d6cb44

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Svc/TlmPacketizer/TlmPacketizer.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ module Svc {
1414
}
1515

1616
array GroupConfigs = [NUM_CONFIGURABLE_TLMPACKETIZER_GROUPS] GroupConfig
17-
array SectionConfigs = [TelemetrySection.NUM_SECTIONS] GroupConfigs
17+
array SectionConfigs = [TelemetrySection.NUM_SECTIONS] GroupConfigs default TELEMETRY_SECTION_DEFAULTS
1818
array SectionEnabled = [TelemetrySection.NUM_SECTIONS] Fw.Enabled default TELEMETRY_SECTION_ENABLED_DEFAULTS
1919

2020
# ----------------------------------------------------------------------

0 commit comments

Comments
 (0)