Skip to content

Commit 4fafcd0

Browse files
committed
Lilygo T-Echo Lite
- Enable nRF52840 DC-DC - board idle usage reduced from ~12mA to ~7mA
1 parent b40968a commit 4fafcd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

variants/lilygo_techo_lite/TechoBoard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#ifdef LILYGO_TECHO
77

88
void TechoBoard::begin() {
9-
NRF52Board::begin();
9+
NRF52BoardDCDC::begin();
1010

1111
// Configure battery measurement control BEFORE Wire.begin()
1212
// to ensure P0.02 is not claimed by another peripheral

0 commit comments

Comments
 (0)