mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-03-30 14:55:46 +00:00
variants: Minewsemi ME25LS01: 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:
@@ -20,7 +20,7 @@
|
||||
#define PIN_VBAT_READ BATTERY_PIN
|
||||
#define ADC_MULTIPLIER (1.815f) // dependent on voltage divider resistors. TODO: more accurate battery tracking
|
||||
|
||||
class MinewsemiME25LS01Board : public NRF52BoardOTA {
|
||||
class MinewsemiME25LS01Board : public NRF52BoardDCDC, public NRF52BoardOTA {
|
||||
protected:
|
||||
uint8_t btn_prev_state;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user