Browse Source

Lilygo T-Echo Lite

- Enable nRF52840 DC-DC - board idle usage reduced from ~12mA to ~7mA
pull/2899/head
entr0p1 2 weeks ago
parent
commit
4fafcd0e23
  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