From cc0ba10cf144b7d5b6f7fed8ababb693ff1ab1dd Mon Sep 17 00:00:00 2001 From: Scott Powell Date: Thu, 6 Feb 2025 08:44:06 +1100 Subject: [PATCH] * RAK battery ADC multiplier tweak --- src/helpers/nrf52/RAK4631Board.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/helpers/nrf52/RAK4631Board.h b/src/helpers/nrf52/RAK4631Board.h index bd7aca29..61188258 100644 --- a/src/helpers/nrf52/RAK4631Board.h +++ b/src/helpers/nrf52/RAK4631Board.h @@ -18,7 +18,7 @@ // built-ins #define PIN_VBAT_READ 5 -#define ADC_MULTIPLIER (3 * 1.73 * 1000) +#define ADC_MULTIPLIER (3 * 1.73 * 1.187 * 1000) class RAK4631Board : public mesh::MainBoard { protected: