From cbca90a05bdb3a2831288796a1c57a4c6e487e26 Mon Sep 17 00:00:00 2001 From: Matthias Wientapper Date: Tue, 10 Feb 2026 20:28:02 +0100 Subject: [PATCH] Set PWRMGT_VOLTAGE_BOOTLOCK to 3100 --- 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..efa4a2cb 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 3100 // 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