diff --git a/platformio.ini b/platformio.ini index 326c66b..d32dfef 100644 --- a/platformio.ini +++ b/platformio.ini @@ -18,7 +18,7 @@ monitor_filters = time ;upload_port = /dev/ttyUSB0 build_flags = - -DNoDEBUG + -DDEBUG -DHELLIGKEIT -DNoDebugCO2 -DHTU_Korrectur=-3.15 diff --git a/src/main.cpp b/src/main.cpp index ac4940a..8e43fce 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -113,13 +113,13 @@ IPAddress subnet( 255, 255, 255, 0 ); IPAddress dns1(192, 168, 127, 1); // DNS-Server 1 IPAddress dns2(192, 168, 127, 1); // DNS-Server 2 */ -char ssid[] = "Vodafone-3EAC"; // your network SSID (name) -char pass[] = "K7arbc4gGFC6tbY3"; // your network password -IPAddress ip( 192, 168, 0, 52); -IPAddress gateway( 192, 0, 127, 1 ); +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, 0, 1); // DNS-Server 1 -IPAddress dns2(192, 168, 0, 1); // DNS-Server 2 +IPAddress dns1(192, 168, 2, 1); // DNS-Server 1 +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)