commit f8367e5c1734417c01591b613c5db750b43e7f03 parent 81ef5042c789adc1e84c7596bf386d679b90a6fd Author: Lukas F. Hartmann <lukas@mntre.com> Date: Wed, 20 Jan 2021 14:37:48 +0100 lpc-fw: remove unhelpful powerdown Diffstat:
M | reform2-lpc-fw/src/boards/reform2/board_reform2.c | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/reform2-lpc-fw/src/boards/reform2/board_reform2.c b/reform2-lpc-fw/src/boards/reform2/board_reform2.c @@ -840,8 +840,6 @@ int main(void) if (num_missing_cells < 1) { state = ST_CHARGE; cycles_in_state = 0; - } else if (volts < WALLPOWER_DETECT_VOLTAGE) { - turn_som_power_off(); } } }