Skip to content

Commit 613179d

Browse files
committed
variants: ProMicro: 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 e6691b5 commit 613179d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/promicro/PromicroBoard.h

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

23-
class PromicroBoard : public NRF52BoardOTA {
23+
class PromicroBoard : public NRF52BoardDCDC, public NRF52BoardOTA {
2424
protected:
2525
uint8_t btn_prev_state;
2626
float adc_mult = ADC_MULTIPLIER;

0 commit comments

Comments
 (0)