Browse Source

LilyGo T-Beam: added battery voltage reporting

pull/188/head
recrof 1 year ago
parent
commit
a3c8597747
  1. 2
      src/helpers/TBeamBoard.h

2
src/helpers/TBeamBoard.h

@ -75,7 +75,7 @@ public:
} }
uint16_t getBattMilliVolts() override { uint16_t getBattMilliVolts() override {
return 0; return power.getBattVoltage();
} }
const char* getManufacturerName() const override { const char* getManufacturerName() const override {

Loading…
Cancel
Save