variants: Minewsemi ME25LS01: Use DC/DC regulator

The schematic shows the LC circuit for the internal DC/DC regulator
to be available. Enable it to save power.

Signed-off-by: Frieder Schrempf <frieder@fris.de>
This commit is contained in:
Frieder Schrempf
2025-12-19 11:40:39 +01:00
parent 465b481a2e
commit 137eed3ede

View File

@@ -20,7 +20,7 @@
#define PIN_VBAT_READ BATTERY_PIN
#define ADC_MULTIPLIER (1.815f) // dependent on voltage divider resistors. TODO: more accurate battery tracking
class MinewsemiME25LS01Board : public NRF52BoardOTA {
class MinewsemiME25LS01Board : public NRF52BoardDCDC, public NRF52BoardOTA {
protected:
uint8_t btn_prev_state;