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.
2 parents 00b5d3b + 52a579a commit 81a0816Copy full SHA for 81a0816
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