2025-06-1500
This commit is contained in:
		| @@ -18,7 +18,7 @@ monitor_filters = time | ||||
| ;upload_port = /dev/ttyUSB0 | ||||
|  | ||||
| build_flags = | ||||
|     -DNoDEBUG | ||||
|     -DDEBUG | ||||
|     -DHELLIGKEIT | ||||
|     -DNoDebugCO2 | ||||
|     -DHTU_Korrectur=-3.15 | ||||
|   | ||||
							
								
								
									
										12
									
								
								src/main.cpp
									
									
									
									
									
								
							
							
						
						
									
										12
									
								
								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) | ||||
|   | ||||
		Reference in New Issue
	
	Block a user