LilyGo T-Beam: added battery voltage reporting

This commit is contained in:
recrof
2025-04-09 14:08:13 +02:00
parent 511a935bbf
commit a3c8597747

View File

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