From 336e47216a069bb376d034855d1af70f0a7d6c1e Mon Sep 17 00:00:00 2001 From: Guido Longoni Date: Fri, 13 Sep 2019 18:06:24 +0200 Subject: [PATCH] Aggiornata configurazione --- .gitignore | 1 + MkpWIFI/conf.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..cb86180 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +MkpWIFI/__pycache__ diff --git a/MkpWIFI/conf.json b/MkpWIFI/conf.json index 6491008..472b27b 100644 --- a/MkpWIFI/conf.json +++ b/MkpWIFI/conf.json @@ -1,5 +1,5 @@ { - "ip":"10.10.100.254", + "ip":"192.168.40.214", "port": 8899, "name":"MKPsouplesse", "autoconnect":true,