We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1154545 commit 5a054bfCopy full SHA for 5a054bf
hardware/esp8266com/esp8266/libraries/ESP8266WiFi/examples/WiFiTelnetToSerial/WiFiTelnetToSerial.ino
@@ -25,7 +25,7 @@
25
const char* ssid = "**********";
26
const char* password = "**********";
27
28
-WiFiServer server(21);
+WiFiServer server(23);
29
WiFiClient serverClients[MAX_SRV_CLIENTS];
30
31
void setup() {
@@ -45,7 +45,7 @@ void setup() {
45
46
Serial1.print("Ready! Use 'telnet ");
47
Serial1.print(WiFi.localIP());
48
- Serial1.println(" 21' to connect");
+ Serial1.println(" 23' to connect");
49
}
50
51
void loop() {
0 commit comments