mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-05-18 03:16:11 +00:00
fix Heltec v2 getBattMilliVolts
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user