2023-06-18
This commit is contained in:
parent
d00693e28d
commit
abd4de1655
|
@ -56,7 +56,7 @@ void read_BMP_280() {
|
||||||
|
|
||||||
Serial.print("Pressure:\t\t");
|
Serial.print("Pressure:\t\t");
|
||||||
float p = bmp.readPressure() / 100.0F;
|
float p = bmp.readPressure() / 100.0F;
|
||||||
//p = p + 22;
|
p = p + 13;
|
||||||
dtostrf(p,7,1,BMP280Data.pressure);
|
dtostrf(p,7,1,BMP280Data.pressure);
|
||||||
Serial.print(BMP280Data.pressure);
|
Serial.print(BMP280Data.pressure);
|
||||||
Serial.println(" hPa");
|
Serial.println(" hPa");
|
||||||
|
|
|
@ -67,14 +67,14 @@ build_flags = ${env.build_flags}
|
||||||
build_flags = ${env.build_flags}
|
build_flags = ${env.build_flags}
|
||||||
-DDEBUG=0
|
-DDEBUG=0
|
||||||
-DEMAIL=\"koerner.c.m@gmail.com\"
|
-DEMAIL=\"koerner.c.m@gmail.com\"
|
||||||
-DNAME=\"WETTERSTATIONMARCEL\"
|
-DNAME=\"WETTERSTATIONBORIS\"
|
||||||
-DSTASSID=\"EasyBox-838169\"
|
-DSTASSID=\"FRITZ!Box7362SL\"
|
||||||
-DSTAPSK=\"RcZmua6Xv4R4V5Kf\"
|
-DSTAPSK=\"BorisundEva2007\"
|
||||||
-DGATEWAY=\"192.168.2.1\"
|
-DGATEWAY=\"192.168.2.1\"
|
||||||
-DDNS=\"192.168.2.1\"
|
-DDNS=\"192.168.2.1\"
|
||||||
-DKMYIP=\"192.168.2.81\"
|
-DKMYIP=\"192.168.2.41\"
|
||||||
-Dmqtt_server=\"hjkmqtt.dedyn.io\"
|
-Dmqtt_server=\"hjkmqtt.dedyn.io\"
|
||||||
-Dmqtt_port=8883
|
-Dmqtt_port=8883
|
||||||
-DTERROR=20
|
-DTERROR=20
|
||||||
-DTLOWBATT=60
|
-DTLOWBATT=60
|
||||||
-DTINTERVAL=10
|
-DTINTERVAL=5
|
||||||
|
|
Loading…
Reference in New Issue
Block a user