Browse Source
Merge pull request #1547 from oltaco/t114-remove-extra-dcdcen
Heltec T114: Remove extra DCDC enable call
pull/1562/head
ripplebiz
4 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
0 additions and
1 deletions
-
variants/heltec_t114/T114Board.cpp
|
|
@ -34,7 +34,6 @@ void T114Board::initiateShutdown(uint8_t reason) { |
|
|
|
|
|
|
|
|
void T114Board::begin() { |
|
|
void T114Board::begin() { |
|
|
NRF52Board::begin(); |
|
|
NRF52Board::begin(); |
|
|
NRF_POWER->DCDCEN = 1; |
|
|
|
|
|
|
|
|
|
|
|
pinMode(PIN_VBAT_READ, INPUT); |
|
|
pinMode(PIN_VBAT_READ, INPUT); |
|
|
|
|
|
|
|
|
|