fix Heltec v2 getBattMilliVolts

This commit is contained in:
Rob Loranger 2025-06-20 10:31:39 -07:00
parent 7f0f3b7753
commit 52a579a366

View file

@ -68,7 +68,7 @@ public:
}
raw = raw / 8;
return (1.883 * (2 / 1024.0) * raw) * 1000;
return (1.98 * (2 / 1024.0) * raw) * 1000;
}
const char* getManufacturerName() const override {