We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f4f03d + 7f8522a commit dc0f837Copy full SHA for dc0f837
1 file changed
variants/heltec_t114/T114Board.cpp
@@ -33,7 +33,7 @@ void T114Board::initiateShutdown(uint8_t reason) {
33
#endif // NRF52_POWER_MANAGEMENT
34
35
void T114Board::begin() {
36
- NRF52Board::begin();
+ NRF52BoardDCDC::begin();
37
38
pinMode(PIN_VBAT_READ, INPUT);
39
0 commit comments