Skip to content

Commit f4ed8c7

Browse files
authored
Merge pull request #2899 from entr0p1/fix/lilygo-techo-lite-nrf-dcdc
Lilygo T-Echo Lite - nRF52840 DC-DC
2 parents dc0f837 + 4fafcd0 commit f4ed8c7

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)