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.

Remove wrong define for HiBy R3 Pro II BATTERY_DEV_NAME resulting in the device shutting down almost instantly.

Battery device name is 'battery' which is defaulted in hibylinux.h.

Should fix FS#13760.

Change-Id: I0aa3dc2c025fad94d70b37603ea42f93b442866e

-1
-1
firmware/export/config/hibyr3proii.h
··· 51 51 52 52 /* Battery doesn't update its charging status, but the charger does. */ 53 53 #define POWER_DEV_NAME "mp2731-charger" 54 - #define BATTERY_DEV_NAME "mp2731-charger" 55 54 56 55 /* Battery */ 57 56 #define BATTERY_TYPES_COUNT 1