mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
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>
This commit is contained in:
parent
80ca720002
commit
1651db81f9
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@
|
|||
#include <Arduino.h>
|
||||
#include <helpers/NRF52Board.h>
|
||||
|
||||
class SenseCapSolarBoard : public NRF52BoardOTA {
|
||||
class SenseCapSolarBoard : public NRF52BoardDCDC, public NRF52BoardOTA {
|
||||
public:
|
||||
SenseCapSolarBoard() : NRF52BoardOTA("SENSECAP_SOLAR_OTA") {}
|
||||
void begin();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue