Rockbox open source high quality audio player as a Music Player Daemon
mpris rockbox mpd libadwaita audio rust zig deno
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Clipv1: update CHARGER_TOTAL_TIMER

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27993 a1c6a512-1295-4272-9138-f99709370657

+1 -1
+1 -1
firmware/target/arm/as3525/powermgmt-target.h
··· 31 31 #define BATT_VAUTO_RECHARGE 4100 32 32 #define BATT_CHG_V CHG_V_4_20V 33 33 #define BATT_CHG_I CHG_I_150MA 34 - #define CHARGER_TOTAL_TIMER (6*3600*2) /* about 1.5 * capacity / current */ 34 + #define CHARGER_TOTAL_TIMER (4*3600*2) /* about 1.5 * capacity / current */ 35 35 36 36 #elif defined(SANSA_CLIPPLUS) 37 37