diff options
author | Tomasz Moń <desowin@gmail.com> | 2021-06-20 10:06:32 +0200 |
---|---|---|
committer | Tomasz Moń <desowin@gmail.com> | 2021-06-20 10:33:46 +0000 |
commit | 2ca5774cf9613b0f2c1d31d6054911b8cb36e131 (patch) | |
tree | edf53ec38a68ee731250664d9565f01d65e48496 /firmware/export | |
parent | 0faf978c3dec53f62c0b1624e883e9ee03b9c788 (diff) |
Sansa Connect: Indicate charging status
Consider battery level down to 0 as safe as OF continues to operate
normally even when at level 0.
Change-Id: Ie3889e5662b9fa6588e20ad02d8953f29e28800c
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config/sansaconnect.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/export/config/sansaconnect.h b/firmware/export/config/sansaconnect.h index 016c8d108d..5909d3bf84 100644 --- a/firmware/export/config/sansaconnect.h +++ b/firmware/export/config/sansaconnect.h @@ -180,7 +180,7 @@ #define FIRMWARE_OFFSET_FILE_DATA 8 /* Hardware controlled charging */ -#define CONFIG_CHARGING CHARGING_SIMPLE +#define CONFIG_CHARGING CHARGING_MONITOR #define CONFIG_USBOTG USBOTG_TNETV105 |