From ef31aae6f425c495f44c247303323d9da5f1b752 Mon Sep 17 00:00:00 2001 From: Marc Aarts Date: Mon, 19 Jan 2026 16:58:02 +0100 Subject: [PATCH] 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 --- firmware/export/config/hibyr3proii.h | 1 - 1 file changed, 1 deletion(-) diff --git a/firmware/export/config/hibyr3proii.h b/firmware/export/config/hibyr3proii.h index d10b510943..32a30887c2 100644 --- a/firmware/export/config/hibyr3proii.h +++ b/firmware/export/config/hibyr3proii.h @@ -51,7 +51,6 @@ /* Battery doesn't update its charging status, but the charger does. */ #define POWER_DEV_NAME "mp2731-charger" -#define BATTERY_DEV_NAME "mp2731-charger" /* Battery */ #define BATTERY_TYPES_COUNT 1