Browse Source

Merge e9a8d9a160 into e8d3c53ba1

pull/2709/merge
tedder 20 hours ago
committed by GitHub
parent
commit
3093f5f811
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      src/helpers/sensors/EnvironmentSensorManager.cpp

3
src/helpers/sensors/EnvironmentSensorManager.cpp

@ -563,6 +563,9 @@ static const SensorDef SENSOR_TABLE[] = {
#endif
#if ENV_INCLUDE_BME280
{ TELEM_BME280_ADDRESS, "BME280", init_bme280, query_bme280 },
#if TELEM_BME280_ADDRESS != 0x77
{ 0x77, "BME280@77", init_bme280, query_bme280 },
#endif
#endif
#if ENV_INCLUDE_BMP280
{ TELEM_BMP280_ADDRESS, "BMP280", init_bmp280, query_bmp280 },

Loading…
Cancel
Save