diff --git a/src/fw/board/boards/board_obelix.c b/src/fw/board/boards/board_obelix.c index 5bcb534bd..e1703afe1 100644 --- a/src/fw/board/boards/board_obelix.c +++ b/src/fw/board/boards/board_obelix.c @@ -519,7 +519,7 @@ const TouchSensor *CST816 = &touch_cst816; const Npm1300Config NPM1300_CONFIG = { // 190mA = 1C (rapid charge, max limit from datasheet) .chg_current_ma = 190, - .dischg_limit_ma = 200, + .dischg_limit_ma = 1000, .term_current_pct = 10, .thermistor_beta = 3380, .vbus_current_lim0 = 500,