Sfoglia il codice sorgente

🩹 Fix MKS TinyBee ADC Vref (#24432)

Keith Bennett 2 anni fa
parent
commit
9baeeedd69
Nessun account collegato all'indirizzo email del committer
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      Marlin/src/pins/esp32/pins_MKS_TINYBEE.h

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

@@ -115,7 +115,7 @@
115 115
 //
116 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…
Annulla
Salva