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
parent
commit
f4ed8c711b
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      variants/lilygo_techo_lite/TechoBoard.cpp

2
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

Loading…
Cancel
Save