2024-10-0100
This commit is contained in:
parent
13f9f2318c
commit
68a61690bf
|
@ -9,7 +9,7 @@
|
|||
//----------------------------------------------------------------
|
||||
#include "Adafruit_Sensor.h"
|
||||
#include "Adafruit_BME280.h"
|
||||
uint8_t BME280_adresse[2] = {0x76, 0x77};
|
||||
uint8_t BME280_adresse[2] = {0x76, 0x76};
|
||||
#define SEALEVELPRESSURE_HPA (1013.25f)
|
||||
//----------------------------------------------------------------
|
||||
|
||||
|
|
|
@ -23,7 +23,7 @@ struct {
|
|||
|
||||
|
||||
void Init_BMP280(){
|
||||
bool status = bmp.begin(0x76);
|
||||
bool status = bmp.begin();
|
||||
F_BMP280 = true;
|
||||
if (!status) {
|
||||
Serial.println("Could not find a valid BME280 sensor, check wiring!");
|
||||
|
|
|
@ -24,8 +24,10 @@ lib_deps =
|
|||
adafruit/Adafruit MCP9808 Library @ 2.0.0
|
||||
adafruit/Adafruit BusIO @ 1.16.1
|
||||
adafruit/Adafruit BME280 Library @ 2.2.4
|
||||
adafruit/Adafruit BMP280 Library @ 2.6.8
|
||||
adafruit/Adafruit Unified Sensor @ 1.1.14
|
||||
|
||||
|
||||
build_flags =
|
||||
-DTEMPTEST33=1
|
||||
-DNOBATT=0
|
||||
|
@ -47,7 +49,7 @@ build_flags = ${env.build_flags}
|
|||
-Dmqtt_port=61883
|
||||
-DTERROR=5
|
||||
-DTLOWBATT=60
|
||||
-DTINTERVAL=1
|
||||
-DTINTERVAL=10
|
||||
-DKorrekturLuftdruck=22.58
|
||||
|
||||
[env:marcel] ; Produktivsystem:
|
||||
|
|
Loading…
Reference in New Issue
Block a user