Added BMP280 sensor config flag to user config file.

This commit is contained in:
Kai Lauterbach 2022-11-04 09:12:01 +01:00
parent ff71dad13f
commit 8c28468563

View file

@ -30,6 +30,7 @@ String DEVICE_NAME = "weatherstation";
#define SENSOR_APDS9960
//#define SENSOR_APDS9930
#define SENSOR_BME280
//#define SENSOR_BMP280
#define SENSOR_BATTERY
//#define BAT_PINS_D34