26-12-2018, 18:59
Hi
On the RX Pro2 Compact, change this:
to this:
When posting code, please use the CODE tag, it makes reading easier.
Thanks.
On the RX Pro2 Compact, change this:
Code:
// --------------------------------------------------------------------------------------
// Each TX unit can send data from two Temp / Hum sensors.
// Here you must define which one will be used as your main outside Temperature / Humidity Sensor
// SENSOR_0 can be any of the supported I2C T/H sensors (SHT31, SHT21 or HTU21D), SENSOR_1 can be an SHT1x or DHT22
// --------------------------------------------------------------------------------------
#define MAINOUT_TH_SENSOR 0 // 0 for SENSOR_0, 1 for SENSOR_1to this:
Code:
// --------------------------------------------------------------------------------------
// Each TX unit can send data from two Temp / Hum sensors.
// Here you must define which one will be used as your main outside Temperature / Humidity Sensor
// SENSOR_0 can be any of the supported I2C T/H sensors (SHT31, SHT21 or HTU21D), SENSOR_1 can be an SHT1x or DHT22
// --------------------------------------------------------------------------------------
#define MAINOUT_TH_SENSOR 1 // 0 for SENSOR_0, 1 for SENSOR_1When posting code, please use the CODE tag, it makes reading easier.
Thanks.

