From 0fbd92b4b58d39ad93e4afaae1bbe584d24cf18e Mon Sep 17 00:00:00 2001 From: Matthias Wientapper Date: Fri, 6 Mar 2026 19:45:59 +0100 Subject: [PATCH] rak4631: set lockout voltage to 0V --- variants/rak4631/variant.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/variants/rak4631/variant.h b/variants/rak4631/variant.h index 142d93e9..990b0e28 100644 --- a/variants/rak4631/variant.h +++ b/variants/rak4631/variant.h @@ -106,7 +106,7 @@ extern "C" // Power management boot protection threshold (millivolts) // Set to 0 to disable boot protection -#define PWRMGT_VOLTAGE_BOOTLOCK 3300 // Won't boot below this voltage (mV) +#define PWRMGT_VOLTAGE_BOOTLOCK 0 // Won't boot below this voltage (mV) // LPCOMP wake configuration (voltage recovery from SYSTEMOFF) // AIN3 = P0.05 = PIN_A0 / PIN_VBAT_READ #define PWRMGT_LPCOMP_AIN 3