We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c7ff2b1 + 28e6f33 commit f28c5beCopy full SHA for f28c5be
cores/esp8266/HardwareSerial.cpp
@@ -56,6 +56,7 @@ void HardwareSerial::end()
56
}
57
58
uart_uninit(_uart);
59
+ _uart = NULL;
60
61
62
void HardwareSerial::swap(uint8_t tx_pin)
0 commit comments