Skip to content

Commit 46612c0

Browse files
committed
variants: Mesh Pocket: 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 aba5d4e commit 46612c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

variants/mesh_pocket/MeshPocket.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#define PIN_BAT_CTL 34
1010
#define MV_LSB (3000.0F / 4096.0F) // 12-bit ADC with 3.0V input range
1111

12-
class HeltecMeshPocket : public NRF52BoardOTA {
12+
class HeltecMeshPocket : public NRF52BoardDCDC, public NRF52BoardOTA {
1313
public:
1414
HeltecMeshPocket() : NRF52BoardOTA("MESH_POCKET_OTA") {}
1515
void begin();

0 commit comments

Comments
 (0)