2025-06-1500

This commit is contained in:
2025-06-15 15:57:46 +02:00
parent 222efa76e8
commit 5210f14751
2 changed files with 7 additions and 7 deletions

View File

@ -18,7 +18,7 @@ monitor_filters = time
;upload_port = /dev/ttyUSB0
build_flags =
-DNoDEBUG
-DDEBUG
-DHELLIGKEIT
-DNoDebugCO2
-DHTU_Korrectur=-3.15

View File

@ -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)