Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5

Error compiling new version
#6

Hi

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_1

to 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_1

When posting code, please use the CODE tag, it makes reading easier.
Thanks.

Reply


Messages In This Thread
Error compiling new version - by mikelone - 23-12-2018, 20:48
RE: Error compiling new version - by werk_ag - 23-12-2018, 22:59
RE: Error compiling new version - by mikelone - 24-12-2018, 18:33
RE: Error compiling new version - by werk_ag - 25-12-2018, 21:04
RE: Error compiling new version - by mikelone - 26-12-2018, 11:21
RE: Error compiling new version - by werk_ag - 26-12-2018, 18:59
RE: Error compiling new version - by mikelone - 28-12-2018, 01:19
RE: Error compiling new version - by werk_ag - 28-12-2018, 01:51
RE: Error compiling new version - by mikelone - 30-04-2019, 22:36
RE: Error compiling new version - by werk_ag - 01-05-2019, 18:21



Users browsing this thread: 1 Guest(s)