2025-06-1500
This commit is contained in:
@ -18,7 +18,7 @@ monitor_filters = time
|
|||||||
;upload_port = /dev/ttyUSB0
|
;upload_port = /dev/ttyUSB0
|
||||||
|
|
||||||
build_flags =
|
build_flags =
|
||||||
-DNoDEBUG
|
-DDEBUG
|
||||||
-DHELLIGKEIT
|
-DHELLIGKEIT
|
||||||
-DNoDebugCO2
|
-DNoDebugCO2
|
||||||
-DHTU_Korrectur=-3.15
|
-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 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[] = "Vodafone-3EAC"; // your network SSID (name)
|
char ssid[] = "EasyBox-838169"; // your network SSID (name)
|
||||||
char pass[] = "K7arbc4gGFC6tbY3"; // your network password
|
char pass[] = "RcZmua6Xv4R4V5Kf"; // your network password
|
||||||
IPAddress ip( 192, 168, 0, 52);
|
IPAddress ip( 192, 168, 2, 80);
|
||||||
IPAddress gateway( 192, 0, 127, 1 );
|
IPAddress gateway( 192, 168, 2, 1 );
|
||||||
IPAddress subnet( 255, 255, 255, 0 );
|
IPAddress subnet( 255, 255, 255, 0 );
|
||||||
IPAddress dns1(192, 168, 0, 1); // DNS-Server 1
|
IPAddress dns1(192, 168, 2, 1); // DNS-Server 1
|
||||||
IPAddress dns2(192, 168, 0, 1); // DNS-Server 2
|
IPAddress dns2(192, 168, 2, 1); // DNS-Server 2
|
||||||
String hostname = "DISPLAY";
|
String hostname = "DISPLAY";
|
||||||
int status = WL_IDLE_STATUS;
|
int status = WL_IDLE_STATUS;
|
||||||
const char* NTP_SERVER = "de.pool.ntp.org"; // Vodafone ???? (de.pool.ntp.arcor-ip.net)
|
const char* NTP_SERVER = "de.pool.ntp.org"; // Vodafone ???? (de.pool.ntp.arcor-ip.net)
|
||||||
|
Reference in New Issue
Block a user