variants: RAK4631: Enable DC/DC regulator to reduce power consumption

The RAK4631/RAK4630 module are able to use the DC/DC converter. Enable
it to reduce power consumption.

Signed-off-by: Frieder Schrempf <frieder@fris.de>
Šī revīzija ir iekļauta:
Frieder Schrempf
2025-12-17 10:39:55 +01:00
vecāks 22b1585959
revīzija 8eb229bcf8
2 mainīti faili ar 2 papildinājumiem un 2 dzēšanām
+1 -1
Parādīt failu
@@ -29,7 +29,7 @@
#define PIN_VBAT_READ 5
#define ADC_MULTIPLIER (3 * 1.73 * 1.187 * 1000)
class RAK4631Board : public NRF52BoardOTA {
class RAK4631Board : public NRF52BoardDCDC, public NRF52BoardOTA {
public:
RAK4631Board() : NRF52BoardOTA("RAK4631_OTA") {}
void begin();