I write bad reference, it's BME280.
my config: PRO2+, IDE 1.8.2, V2.0 b018
If i choose this:
IDE send:
error on line 356 "BME280 bme;" on tab WeatherDuinoPro2Plus_RX_v200_b018
my config: PRO2+, IDE 1.8.2, V2.0 b018
If i choose this:
Code:
// Define the type of your Barometric Pressure Sensor
// --------------------------------------------------------------------------------------
#define Barometric_Sensor 0 // 0= BME280, 1= BMP280 2= BMP085 / BMP180
// --------------------------------------------------------------------------------------
// Define the type of your inside Temperature / Humidity Sensor
// --------------------------------------------------------------------------------------
#define InsideTH_Sensor 0 // 0= BME280, 1= HTU21D, 2= SHT21, 3= SHT31IDE send:
Code:
C:\Users\jch\Documents\Arduino\libraries\libraries\BME280\src/BME280.h:72:16: note: candidate expects 1 argument, 5 provided
exit status 1
cannot declare variable 'bme' to be of abstract type 'BME280'error on line 356 "BME280 bme;" on tab WeatherDuinoPro2Plus_RX_v200_b018

