Skip to content

Commit 7208fb6

Browse files
committed
Added comment to remind me the reason for a random bit of code
1 parent 9d44308 commit 7208fb6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/hal.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ void HalClass::begin()
5151
DEBUG_BEGIN(115200);
5252

5353
#ifdef SERIAL_RX_PULLUP_PIN
54+
// https://forums.adafruit.com/viewtopic.php?f=57&t=153553&p=759890&hilit=esp32+serial+pullup#p769168
5455
pinMode(SERIAL_RX_PULLUP_PIN, INPUT_PULLUP);
5556
#endif
5657

0 commit comments

Comments
 (0)