* new target/envs: Heltec_v2_repeater, Heltec_v2_companion_radio_usb

This commit is contained in:
Scott Powell 2025-02-11 15:50:10 +11:00
parent 1bab9c861c
commit 9013d99265
5 changed files with 42 additions and 4 deletions

View file

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