Skip to content

Commit ef16425

Browse files
committed
Changed default values of the thresholds.
1 parent 3b006ad commit ef16425

1 file changed

Lines changed: 9 additions & 9 deletions

File tree

Firmware/LoadCells/app.c

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -246,15 +246,15 @@ void core_callback_reset_registers(void)
246246
app_regs.REG_DO5_CH = GM_SOFTWARE;
247247
app_regs.REG_DO6_CH = GM_SOFTWARE;
248248
app_regs.REG_DO7_CH = GM_SOFTWARE;
249-
app_regs.REG_DO0_TH_VALUE = 20000;
250-
app_regs.REG_DO1_TH_VALUE = 20000;
251-
app_regs.REG_DO2_TH_VALUE = 20000;
252-
app_regs.REG_DO3_TH_VALUE = 20000;
253-
app_regs.REG_DO4_TH_VALUE = 20000;
254-
app_regs.REG_DO5_TH_VALUE = 20000;
255-
app_regs.REG_DO5_TH_VALUE = 20000;
256-
app_regs.REG_DO6_TH_VALUE = 20000;
257-
app_regs.REG_DO7_TH_VALUE = 20000;
249+
app_regs.REG_DO0_TH_VALUE = 0;
250+
app_regs.REG_DO1_TH_VALUE = 0;
251+
app_regs.REG_DO2_TH_VALUE = 0;
252+
app_regs.REG_DO3_TH_VALUE = 0;
253+
app_regs.REG_DO4_TH_VALUE = 0;
254+
app_regs.REG_DO5_TH_VALUE = 0;
255+
app_regs.REG_DO5_TH_VALUE = 0;
256+
app_regs.REG_DO6_TH_VALUE = 0;
257+
app_regs.REG_DO7_TH_VALUE = 0;
258258
app_regs.REG_DO0_TH_UP_MS = 0;
259259
app_regs.REG_DO1_TH_UP_MS = 0;
260260
app_regs.REG_DO2_TH_UP_MS = 0;

0 commit comments

Comments
 (0)