Merge pull request #1547 from oltaco/t114-remove-extra-dcdcen

Heltec T114: Remove extra DCDC enable call
This commit is contained in:
ripplebiz 2026-02-01 13:18:21 +11:00 committed by GitHub
commit 852c0b0b78
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -34,7 +34,6 @@ void T114Board::initiateShutdown(uint8_t reason) {
void T114Board::begin() {
NRF52Board::begin();
NRF_POWER->DCDCEN = 1;
pinMode(PIN_VBAT_READ, INPUT);