Skip to content

Commit af0ab24

Browse files
thisiskeithbLCh-77
authored andcommitted
🩹 Fix MKS TinyBee ADC Vref (MarlinFirmware#24432)
1 parent f5b9507 commit af0ab24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Marlin/src/pins/esp32/pins_MKS_TINYBEE.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
//
116116
// ADC Reference Voltage
117117
//
118-
#define ADC_REFERENCE_VOLTAGE 2.5 // 2.5V reference VDDA
118+
#define ADC_REFERENCE_VOLTAGE 2.565 // 2.5V reference VDDA
119119

120120
/**
121121
* ------ ------

0 commit comments

Comments
 (0)