We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c33535c commit 28e6f33Copy full SHA for 28e6f33
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