Skip to content

Commit

Permalink
🩹 Fix MKS TinyBee ADC Vref (MarlinFirmware#24432)
Browse files Browse the repository at this point in the history
  • Loading branch information
thisiskeithb authored and Omkar Dhekne committed Mar 25, 2024
1 parent 5b819f3 commit a60e828
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Marlin/src/pins/esp32/pins_MKS_TINYBEE.h
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
//
// ADC Reference Voltage
//
#define ADC_REFERENCE_VOLTAGE 2.5 // 2.5V reference VDDA
#define ADC_REFERENCE_VOLTAGE 2.565 // 2.5V reference VDDA

/**
* ------ ------
Expand Down

0 comments on commit a60e828

Please sign in to comment.