From 48a95f801db64c1c71aa7e5a5394ae188bc468c0 Mon Sep 17 00:00:00 2001 From: hans-jurgen Date: Tue, 24 Jun 2025 22:03:25 +0200 Subject: [PATCH] 2025-05-2400 --- src/main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index c7c00bb..758765c 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -106,21 +106,21 @@ u_int16_t StartderAbdunklung = 20; u_int16_t EndederAbdunklung = 7; // Wifi -/* char ssid[] = "MagentaWLAN-RGDO"; // your network SSID (name) +char ssid[] = "MagentaWLAN-RGDO"; // your network SSID (name) char pass[] = "93329248424922704583"; // your network password IPAddress ip( 192, 168, 127, 52); IPAddress gateway( 192, 168, 127, 1 ); IPAddress subnet( 255, 255, 255, 0 ); IPAddress dns1(192, 168, 127, 1); // DNS-Server 1 -IPAddress dns2(192, 168, 127, 1); // DNS-Server 2 */ +IPAddress dns2(192, 168, 127, 1); // DNS-Server 2 -char ssid[] = "EasyBox-838169"; // your network SSID (name) +/* char ssid[] = "EasyBox-838169"; // your network SSID (name) char pass[] = "RcZmua6Xv4R4V5Kf"; // your network password IPAddress ip( 192, 168, 2, 80); IPAddress gateway( 192, 168, 2, 1 ); IPAddress subnet( 255, 255, 255, 0 ); IPAddress dns1(192, 168, 2, 1); // DNS-Server 1 -IPAddress dns2(192, 168, 2, 1); // DNS-Server 2 +IPAddress dns2(192, 168, 2, 1); // DNS-Server 2 */ String hostname = "DISPLAY"; int status = WL_IDLE_STATUS; const char* NTP_SERVER = "de.pool.ntp.org"; // Vodafone ???? (de.pool.ntp.arcor-ip.net) @@ -926,7 +926,7 @@ static void setup_wifi() { ESP.restart(); } } - Serial.println(" WiFi connected"); + //Serial.println(" WiFi connected"); client.setServer(mqtt_server, mqtt_port); client.setCallback(callback); Serial.print("IP address: \t");