diff --git a/smx-config/Helpers.cs b/smx-config/Helpers.cs index 5ec546f..765260a 100644 --- a/smx-config/Helpers.cs +++ b/smx-config/Helpers.cs @@ -550,7 +550,7 @@ namespace smx_config List panelHighThresholds = new List(); for(int panel = 0; panel < 9; ++panel) - panelLowThresholds.Add(config.panelSettings[panel].loadCellHighThreshold); + panelHighThresholds.Add(config.panelSettings[panel].loadCellHighThreshold); dict.Add("panelHighThresholds", panelHighThresholds); }