mirror of
https://github.com/MarekZegare4/MeshCore-Solo.git
synced 2026-09-14 15:16:40 +00:00
Merge pull request #2899 from entr0p1/fix/lilygo-techo-lite-nrf-dcdc
Lilygo T-Echo Lite - nRF52840 DC-DC
This commit is contained in:
@@ -6,7 +6,7 @@
|
|||||||
#ifdef LILYGO_TECHO
|
#ifdef LILYGO_TECHO
|
||||||
|
|
||||||
void TechoBoard::begin() {
|
void TechoBoard::begin() {
|
||||||
NRF52Board::begin();
|
NRF52BoardDCDC::begin();
|
||||||
|
|
||||||
// Configure battery measurement control BEFORE Wire.begin()
|
// Configure battery measurement control BEFORE Wire.begin()
|
||||||
// to ensure P0.02 is not claimed by another peripheral
|
// to ensure P0.02 is not claimed by another peripheral
|
||||||
|
|||||||
Reference in New Issue
Block a user