Browse Source

Merge 854ad0ea58 into e8d3c53ba1

pull/2595/merge
akkerkid 20 hours ago
committed by GitHub
parent
commit
79660a14ac
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      variants/heltec_v3/HeltecV3Board.h

2
variants/heltec_v3/HeltecV3Board.h

@ -76,7 +76,7 @@ public:
}
void powerOff() override {
enterDeepSleep(0);
enterDeepSleep(0, PIN_USER_BTN);
}
uint16_t getBattMilliVolts() override {

Loading…
Cancel
Save