mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* new target/envs: Heltec_v2_repeater, Heltec_v2_companion_radio_usb
This commit is contained in:
parent
1bab9c861c
commit
9013d99265
5 changed files with 42 additions and 4 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue