From 17a9416607199019cd8610e2f3e09de9ab7e96dd Mon Sep 17 00:00:00 2001 From: ollo Date: Wed, 4 Mar 2020 21:01:30 +0100 Subject: [PATCH] Set telnet IP address --- tools/tcpFlash.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/tcpFlash.py b/tools/tcpFlash.py index 2c32002..8ff527e 100755 --- a/tools/tcpFlash.py +++ b/tools/tcpFlash.py @@ -49,7 +49,7 @@ def main(nodeip, luafile, volatile=None): else: try: s = socket.socket(socket.AF_INET, socket.SOCK_STREAM) - s.connect((nodeip, 80)) + s.connect((nodeip, 23)) time.sleep(0.050) s.sendall("\n") # Receive the hello Message of answer of the ESP