From b039af0b52fcf77c7f528c1d7c3323e92a7bb0e0 Mon Sep 17 00:00:00 2001 From: Matthias Wientapper Date: Sat, 21 Feb 2026 19:21:38 +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