From 6f562db28910b67f87510c50e6828956a4fe8b83 Mon Sep 17 00:00:00 2001 From: Matthias Wientapper Date: Mon, 16 Feb 2026 12:26:48 +0100 Subject: [PATCH] Rak bootlock voltage set to 0x --- 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