Added BMP280 sensor config flag to user config file.
This commit is contained in:
parent
ff71dad13f
commit
8c28468563
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue