Browse Source
Merge pull request #2905 from entr0p1/fix/heltec-t114-nrf-dcdc
Heltec T114 - nRF52840 DC-DC Regulator
pull/2733/merge
ripplebiz
2 weeks ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
variants/heltec_t114/T114Board.cpp
|
|
@ -33,7 +33,7 @@ void T114Board::initiateShutdown(uint8_t reason) { |
|
|
#endif // NRF52_POWER_MANAGEMENT
|
|
|
#endif // NRF52_POWER_MANAGEMENT
|
|
|
|
|
|
|
|
|
void T114Board::begin() { |
|
|
void T114Board::begin() { |
|
|
NRF52Board::begin(); |
|
|
NRF52BoardDCDC::begin(); |
|
|
|
|
|
|
|
|
pinMode(PIN_VBAT_READ, INPUT); |
|
|
pinMode(PIN_VBAT_READ, INPUT); |
|
|
|
|
|
|
|
|
|