gaze16-3050: Correct charger input current

Per the charger for the 3050 variants:

    DC OUTPUT (输出/輸出): 19.5V⎓7.7A 150W

The 3060 charger does list 9.23A.

Signed-off-by: Tim Crawford <tcrawford@system76.com>
This commit is contained in:
Tim Crawford
2021-07-30 09:31:23 -06:00
committed by Jeremy Soller
parent ff53939a56
commit 38b2a628f9

View File

@ -25,7 +25,7 @@ CHARGER=oz26786
CFLAGS+=\ CFLAGS+=\
-DCHARGER_CHARGE_CURRENT=1536 \ -DCHARGER_CHARGE_CURRENT=1536 \
-DCHARGER_CHARGE_VOLTAGE=16800 \ -DCHARGER_CHARGE_VOLTAGE=16800 \
-DCHARGER_INPUT_CURRENT=9230 -DCHARGER_INPUT_CURRENT=7700
# Set CPU power limits in watts # Set CPU power limits in watts
CFLAGS+=\ CFLAGS+=\