Skip to content

Commit d8545ea

Browse files
authored
Merge pull request #21991 from gschorcht/boards/esp32-ttgo-t-beam_fix
board/esp32-ttgo-t-beam: small fixes
2 parents edcbdbf + 9194786 commit d8545ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

boards/esp32-ttgo-t-beam/board.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525

2626
#define AXP192_I2C_ADDR (0x34)
2727
#define AXP192_LDO234_DC23_CTL (0x12)
28-
#define AXP192_LDO3OUT_VOL (0x29)
28+
#define AXP192_LDO3OUT_VOL (0x28)
2929
#define AXP192_LDO3_ON_BIT (1 << 3)
3030

3131
void board_init(void)

boards/esp32-ttgo-t-beam/doc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ for TTGO T-Beam boards.
161161
The corresponding board schematics can be found on TinyMicros.com for
162162
[TTGO T-Beam rev0](http://tinymicros.com/mediawiki/images/b/b9/TTGO_T-Beam_Schematic.pdf)
163163
and GitHub for
164-
[TTGO T-Beam V1.0](https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series/blob/a45c3b17842c5c377a8bc8475ae529ba0b90f9b4/schematic/LilyGo_TBeam_V1.0.pdf)
164+
[TTGO T-Beam V1.0](https://github.com/Xinyuan-LilyGO/LilyGo-LoRa-Series/blob/v0.0.1/schematic/LilyGo_TBeam_V1.0.pdf)
165165

166166
[Back to table of contents](#esp32_ttgo_t_beam_toc)
167167

0 commit comments

Comments
 (0)