diff options
Diffstat (limited to 'firmware/export')
| -rw-r--r-- | firmware/export/config/sansaclipplus.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/sansaclipv2.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/sansaclipzip.h | 2 | ||||
| -rw-r--r-- | firmware/export/config/sansafuzev2.h | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/firmware/export/config/sansaclipplus.h b/firmware/export/config/sansaclipplus.h index 8cfd4e8..6eb8bbc 100644 --- a/firmware/export/config/sansaclipplus.h +++ b/firmware/export/config/sansaclipplus.h @@ -169,7 +169,7 @@ #define HAVE_POWEROFF_WHILE_CHARGING /* define current usage levels (based on battery bench) */ -#define CURRENT_NORMAL 19 +#define CURRENT_NORMAL 11 #define CURRENT_BACKLIGHT 15 #define CURRENT_RECORD CURRENT_NORMAL /* TODO */ diff --git a/firmware/export/config/sansaclipv2.h b/firmware/export/config/sansaclipv2.h index 54f00af..0aa0597 100644 --- a/firmware/export/config/sansaclipv2.h +++ b/firmware/export/config/sansaclipv2.h @@ -165,7 +165,7 @@ #define HAVE_POWEROFF_WHILE_CHARGING /* define current usage levels (based on battery bench) */ -#define CURRENT_NORMAL 24 +#define CURRENT_NORMAL 11 #define CURRENT_BACKLIGHT 15 #define CURRENT_RECORD 11 diff --git a/firmware/export/config/sansaclipzip.h b/firmware/export/config/sansaclipzip.h index e6a496c..c31e08f 100644 --- a/firmware/export/config/sansaclipzip.h +++ b/firmware/export/config/sansaclipzip.h @@ -168,7 +168,7 @@ #define HAVE_POWEROFF_WHILE_CHARGING /* define current usage levels (based on battery bench) */ -#define CURRENT_NORMAL 19 /* TODO copied from clipplus */ +#define CURRENT_NORMAL 11 #define CURRENT_BACKLIGHT 15 /* TODO copied from clipplus */ #define CURRENT_RECORD CURRENT_NORMAL /* TODO */ diff --git a/firmware/export/config/sansafuzev2.h b/firmware/export/config/sansafuzev2.h index d8b2351..6bdfd58 100644 --- a/firmware/export/config/sansafuzev2.h +++ b/firmware/export/config/sansafuzev2.h @@ -177,7 +177,7 @@ #define HAVE_POWEROFF_WHILE_CHARGING /* define current usage levels (based on battery bench) */ -#define CURRENT_NORMAL 26 +#define CURRENT_NORMAL 11 #define CURRENT_BACKLIGHT 30 #define CURRENT_RECORD CURRENT_NORMAL |