Update variants/rp2040-lora/variant.h

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ben Meadors 2025-06-02 06:31:26 -05:00 committed by GitHub
parent 7f49c6d2bc
commit 983dd95091
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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. Voltage divider is picked frist.
// Enables battery-related code and requires BATTERY_IMMUTABLE to be defined. Voltage divider is picked first.
// Ensure a valid address is configured for the INA sensor from which voltage readings are to be obtained.
// #define HAS_BATTERY
// #define BATTERY_IMMUTABLE