From 7b935706ff971e47ee2f4e171505cff15806e192 Mon Sep 17 00:00:00 2001 From: sven Date: Wed, 30 Aug 2023 15:40:59 +0200 Subject: [PATCH] IP Adresse angepasst --- TankCool.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TankCool.ino b/TankCool.ino index e427d92..67ca770 100644 --- a/TankCool.ino +++ b/TankCool.ino @@ -51,7 +51,7 @@ unsigned long previousMillisT2 = 0; // Variables for Webserver byte mac[] = { 0x90, 0xA2, 0xDA, 0x00, 0x09, 0x70 }; -IPAddress ip(192,168,1,57); +IPAddress ip(192,168,8,57); EthernetServer server(80); String readString; int b_str;