Sfoglia il codice sorgente

t114: remove extra DCDC enable

taco 6 mesi fa
parent
commit
c5b1d30280
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      variants/heltec_t114/T114Board.cpp

+ 0 - 1
variants/heltec_t114/T114Board.cpp

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