From 527158206212d6590c0c1be8ca8c409af9a22fc1 Mon Sep 17 00:00:00 2001 From: Winston Lowe Date: Mon, 2 Jun 2025 01:31:15 +0000 Subject: [PATCH] Added defines in verient for battery-related setting for using rp2040-lora with INA voltage sensors. --- variants/rp2040-lora/variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/rp2040-lora/variant.h b/variants/rp2040-lora/variant.h index a9f9ac707..ac50fc10e 100644 --- a/variants/rp2040-lora/variant.h +++ b/variants/rp2040-lora/variant.h @@ -23,7 +23,7 @@ // ratio of voltage divider = 3.0 (R17=200k, R18=100k) // #define ADC_MULTIPLIER 3.1 // 3.0 + a bit for being optimistic -// Enables battery-related code and requires BATTERY_IMMUTABLE to be defined. +// Enables battery-related code and requires BATTERY_IMMUTABLE to be defined. Voltage divider is picked frist. // Ensure a valid address is configured for the INA sensor from which voltage readings are to be obtained. // #define HAS_BATTERY // #define BATTERY_IMMUTABLE