From aa1e4c9709fd49211e87ef2dce4ba2f48b03ab65 Mon Sep 17 00:00:00 2001 From: Christian Zufferey Date: Wed, 19 Feb 2020 14:20:56 +0100 Subject: [PATCH] =?UTF-8?q?faut=20que=20je=20revienne=20en=20arri=C3=A8re?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Mesures/ADC/ADS1115/0_tst3_socat.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Mesures/ADC/ADS1115/0_tst3_socat.lua b/Mesures/ADC/ADS1115/0_tst3_socat.lua index dd1240f..325a410 100644 --- a/Mesures/ADC/ADS1115/0_tst3_socat.lua +++ b/Mesures/ADC/ADS1115/0_tst3_socat.lua @@ -10,7 +10,7 @@ socat TCP-LISTEN:23047,reuseaddr,fork TCP-LISTEN:24047,reuseaddr,bind=127.0.0.1 telnet -r localhost 24047 ]] -print("\n 0_tst3_socat.lua zf200219.1412 \n") +print("\n 0_tst3_socat.lua zf200219.1417 \n") local node, table, tmr, wifi, uwrite, tostring = node, table, tmr, wifi, uart.write, tostring @@ -106,6 +106,7 @@ print("Telnet server running...\nUsage: telnet -rN ip\n") function rt_connect() + print("on connecte le bidule...") srv_rt = net.createConnection(net.TCP, 0) srv_rt:on("connection", function(sck) if verbose then print("connected zzz on "..console_host..":"..console_port+yellow_tag) end