From f23852735fc81993dc8bb1d9ce76c88b598b87e4 Mon Sep 17 00:00:00 2001 From: liquidraver <504870+liquidraver@users.noreply.github.com> Date: Mon, 9 Mar 2026 11:11:45 +0100 Subject: [PATCH] MG24 battery reading fix --- zephcore/boards/mg24/xiao_mg24/board.overlay | 3 +++ 1 file changed, 3 insertions(+) diff --git a/zephcore/boards/mg24/xiao_mg24/board.overlay b/zephcore/boards/mg24/xiao_mg24/board.overlay index fb878b6..aef8946 100644 --- a/zephcore/boards/mg24/xiao_mg24/board.overlay +++ b/zephcore/boards/mg24/xiao_mg24/board.overlay @@ -24,6 +24,9 @@ chosen { zephyr,settings-partition = &storage_partition; }; + + /* No battery voltage divider on this board — disable ADC battery reading */ + /delete-node/ zephyr,user; }; /* Disable I2C0 — default pins PC4(SCL)/PC5(SDA) conflict with NSS/RXEN */