LilyGo T-Beam: added battery voltage reporting

这个提交包含在:
recrof
2025-04-09 14:08:13 +02:00
父节点 511a935bbf
当前提交 a3c8597747
+1 -1
查看文件
@@ -75,7 +75,7 @@ public:
}
uint16_t getBattMilliVolts() override {
return 0;
return power.getBattVoltage();
}
const char* getManufacturerName() const override {