mirror of
https://github.com/pelgraine/Meck.git
synced 2026-05-01 11:02:31 +02:00
Hopefully the correct ADC_MULTIPLIER value.
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
|
||||
// built-ins
|
||||
#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
|
||||
|
||||
class PicoWBoard : public mesh::MainBoard {
|
||||
|
||||
Reference in New Issue
Block a user