switch bme280 to forced mode

This commit is contained in:
Travis Shears 2025-04-09 11:31:58 +02:00
parent 6f8d2b8814
commit 659e98dbc6
3 changed files with 78 additions and 37 deletions

View file

@ -32,7 +32,7 @@ typedef struct {
} bme280_config;
typedef struct {
int32_t temperature;
float temperature;
int32_t pressure;
int32_t humidity;
} bme280_reading;