Browse Source

🩹 Fix MKS TinyBee ADC Vref (#24432)

Keith Bennett 2 years ago
parent
commit
9baeeedd69
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Marlin/src/pins/esp32/pins_MKS_TINYBEE.h

+ 1
- 1
Marlin/src/pins/esp32/pins_MKS_TINYBEE.h View File

115
 //
115
 //
116
 // ADC Reference Voltage
116
 // ADC Reference Voltage
117
 //
117
 //
118
-#define ADC_REFERENCE_VOLTAGE                  2.5  // 2.5V reference VDDA
118
+#define ADC_REFERENCE_VOLTAGE                  2.565  // 2.5V reference VDDA
119
 
119
 
120
 /**
120
 /**
121
  *                ------                                 ------
121
  *                ------                                 ------

Loading…
Cancel
Save