diff --git a/src/helpers/rp2040/WaveshareBoard.h b/src/helpers/rp2040/WaveshareBoard.h index a09c4b62..c2b5aff5 100644 --- a/src/helpers/rp2040/WaveshareBoard.h +++ b/src/helpers/rp2040/WaveshareBoard.h @@ -22,12 +22,15 @@ * This board has no built-in way to read battery voltage. * Nevertheless it's very easy to make it work, you only require two 1% resistors. * - * VSYS -- /\/\/\/\-- --+ - * 200k | - * +-- GPIO28 - * | - * GND -- /\/\/\/\-- --+ - * 100k + * BAT+ -----+ + * | + * VSYS --+ -/\/\/\/\- --+ + * 200k | + * +-- GPIO28 + * | + * GND --+ -/\/\/\/\- --+ + * | 100k + * BAT- -----+ */ #define PIN_VBAT_READ 28 #define BATTERY_SAMPLES 8