Skip to content

Commit 2a0a5e3

Browse files
committed
report issues on git master please
1 parent 2d1acfa commit 2a0a5e3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cores/esp8266/HardwareSerial.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ void HardwareSerial::begin(unsigned long baud, SerialConfig config, SerialMode m
4646
setDebugOutput(true);
4747
println();
4848
println(ESP.getFullVersion());
49+
println(F("Before reporting an issue, retry with latest \"git\" development version: https://github.com/esp8266/Arduino#quick-links"));
4950
}
5051
#endif
5152
}

0 commit comments

Comments
 (0)