Skip to content

Commit 3fe5a04

Browse files
committed
variants: Sensecap Solar: 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 613179d commit 3fe5a04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/sensecap_solar/SenseCapSolarBoard.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include <Arduino.h>
55
#include <helpers/NRF52Board.h>
66

7-
class SenseCapSolarBoard : public NRF52BoardOTA {
7+
class SenseCapSolarBoard : public NRF52BoardDCDC, public NRF52BoardOTA {
88
public:
99
SenseCapSolarBoard() : NRF52BoardOTA("SENSECAP_SOLAR_OTA") {}
1010
void begin();

0 commit comments

Comments
 (0)