From 1b196a09a45e3588369220d2af8d2de2b89512e7 Mon Sep 17 00:00:00 2001 From: hans-jurgen Date: Thu, 18 May 2023 13:17:57 +0200 Subject: [PATCH] 2023-05-18 Wlan --- include/mess_BMP280.h | 2 +- include/mess_htu21.h | 2 +- platformio.ini | 8 ++++---- src/main.cpp | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) 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