Lilygo T-Echo Lite

- Enable nRF52840 DC-DC - board idle usage reduced from ~12mA to ~7mA
This commit is contained in:
entr0p1
2026-07-06 15:21:09 +10:00
parent b40968a0f0
commit 4fafcd0e23
+1 -1
View File
@@ -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