Browse Source
Merge pull request #2899 from entr0p1/fix/lilygo-techo-lite-nrf-dcdc
Lilygo T-Echo Lite - nRF52840 DC-DC
pull/2733/merge
ripplebiz
1 week ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
variants/lilygo_techo_lite/TechoBoard.cpp
|
|
|
@ -6,7 +6,7 @@ |
|
|
|
#ifdef LILYGO_TECHO |
|
|
|
|
|
|
|
void TechoBoard::begin() { |
|
|
|
NRF52Board::begin(); |
|
|
|
NRF52BoardDCDC::begin(); |
|
|
|
|
|
|
|
// Configure battery measurement control BEFORE Wire.begin()
|
|
|
|
// to ensure P0.02 is not claimed by another peripheral
|
|
|
|
|