We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f0f3b7 commit 52a579aCopy full SHA for 52a579a
src/helpers/HeltecV2Board.h
@@ -68,7 +68,7 @@ class HeltecV2Board : public ESP32Board {
68
}
69
raw = raw / 8;
70
71
- return (1.883 * (2 / 1024.0) * raw) * 1000;
+ return (1.98 * (2 / 1024.0) * raw) * 1000;
72
73
74
const char* getManufacturerName() const override {
0 commit comments