diff --git a/include/mess_BMP280.h b/include/mess_BMP280.h index 49d03f7..be1926b 100644 --- a/include/mess_BMP280.h +++ b/include/mess_BMP280.h @@ -9,7 +9,7 @@ // Eppingem 195 m über NN Adafruit_BMP280 bmp; // I2C -float K_BMP280 = -1.30; +float K_BMP280 = -0.0; bool F_BMP280; diff --git a/include/mess_htu21.h b/include/mess_htu21.h index 4a20ede..a5c3724 100644 --- a/include/mess_htu21.h +++ b/include/mess_htu21.h @@ -6,7 +6,7 @@ Adafruit_HTU21DF htu = Adafruit_HTU21DF(); bool F_HTU_21D; -float K_HTU= -1.30; +float K_HTU= -0.00; struct { char temperature[15] = {0}; diff --git a/platformio.ini b/platformio.ini index a7575fa..dcf9f91 100644 --- a/platformio.ini +++ b/platformio.ini @@ -36,12 +36,12 @@ build_flags = build_flags = ${env.build_flags} -DDEBUG=0 -DNOADS=0 - -DNAME=\"WETTERSTATIONBORIS" - -DSTASSID=\"St.-Peters-Gasse-Post\" - -DSTAPSK=\"1952994784599318\" + -DNAME=\"WETTERSTATIONBORIS\" + -DSTASSID=\"St.-Peters-Gasse\" + -DSTAPSK=\"1952994784599319\" -DGATEWAY=\"192.168.127.1\" -DDNS=\"192.168.127.1\" - -DKMYIP=\"192.168.127.47\" + -DKMYIP=\"192.168.127.5\" -Dmqtt_server=\"hjkmqtt.dedyn.io\" -Dmqtt_port=8883 -DTERROR=5 diff --git a/src/main.cpp b/src/main.cpp index db453ed..124ce89 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -29,7 +29,7 @@ PubSubClient client(espClient); #include -#include +#include #include