mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
Hopefully the correct ADC_MULTIPLIER value.
This commit is contained in:
parent
4d9964ff98
commit
26efe2fb19
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@
|
||||||
|
|
||||||
// built-ins
|
// built-ins
|
||||||
#define PIN_VBAT_READ 26
|
#define PIN_VBAT_READ 26
|
||||||
#define ADC_MULTIPLIER (3 * 1.73 * 1.187 * 1000) // MT Uses 3.1
|
#define ADC_MULTIPLIER (3.1 * 3.3 * 1000) // MT Uses 3.1
|
||||||
#define PIN_LED_BUILTIN LED_BUILTIN
|
#define PIN_LED_BUILTIN LED_BUILTIN
|
||||||
|
|
||||||
class PicoWBoard : public mesh::MainBoard {
|
class PicoWBoard : public mesh::MainBoard {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue