mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
fix Heltec v2 getBattMilliVolts
This commit is contained in:
parent
7f0f3b7753
commit
52a579a366
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue