We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d44308 commit 7208fb6Copy full SHA for 7208fb6
src/hal.cpp
@@ -51,6 +51,7 @@ void HalClass::begin()
51
DEBUG_BEGIN(115200);
52
53
#ifdef SERIAL_RX_PULLUP_PIN
54
+ // https://forums.adafruit.com/viewtopic.php?f=57&t=153553&p=759890&hilit=esp32+serial+pullup#p769168
55
pinMode(SERIAL_RX_PULLUP_PIN, INPUT_PULLUP);
56
#endif
57
0 commit comments