Skip to content

Commit e6691b5

Browse files
committed
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>
1 parent 46612c0 commit e6691b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/minewsemi_me25ls01/MinewsemiME25LS01Board.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
#define PIN_VBAT_READ BATTERY_PIN
2121
#define ADC_MULTIPLIER (1.815f) // dependent on voltage divider resistors. TODO: more accurate battery tracking
2222

23-
class MinewsemiME25LS01Board : public NRF52BoardOTA {
23+
class MinewsemiME25LS01Board : public NRF52BoardDCDC, public NRF52BoardOTA {
2424
protected:
2525
uint8_t btn_prev_state;
2626

0 commit comments

Comments
 (0)