diff options
Diffstat (limited to 'firmware/export')
-rw-r--r-- | firmware/export/config/aigoerosq.h | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/firmware/export/config/aigoerosq.h b/firmware/export/config/aigoerosq.h index 6129557726..5a520707d9 100644 --- a/firmware/export/config/aigoerosq.h +++ b/firmware/export/config/aigoerosq.h @@ -122,11 +122,15 @@ #define HW_SAMPR_CAPS SAMPR_CAP_ALL_192 /* Battery */ -#define BATTERY_CAPACITY_DEFAULT 2000 /* default battery capacity */ -#define BATTERY_CAPACITY_MIN 2000 /* min. capacity selectable */ -#define BATTERY_CAPACITY_MAX 2000 /* max. capacity selectable */ +#define BATTERY_CAPACITY_DEFAULT 1300 /* default battery capacity */ +#define BATTERY_CAPACITY_MIN 1300 /* min. capacity selectable */ +#define BATTERY_CAPACITY_MAX 1500 /* max. capacity selectable */ #define BATTERY_CAPACITY_INC 0 /* capacity increment */ +#define CURRENT_NORMAL 100 // 1.7mA * 60s +#define CURRENT_BACKLIGHT 180 +#define CURRENT_MAX_CHG 500 // bursts higher if needed + /* ROLO */ #define BOOTFILE_EXT "erosq" #define BOOTFILE "rockbox." BOOTFILE_EXT |