12-01-2020, 20:58
Hi xxDvDxx,
Tank you for your feedback.
I don't know where on the code you added the Temperature / Humidity compensation, anyway the only place where you can do it is on lines 100 and 101 of the Wireless_Sensors.ino file.
Please try the updated Wireless_Sensor.ino attached bellow. Just replace the old one, and reprogram the device.
Tank you for your feedback.
I don't know where on the code you added the Temperature / Humidity compensation, anyway the only place where you can do it is on lines 100 and 101 of the Wireless_Sensors.ino file.
Code:
TX_Unit[3].TemperaturaExt[0] = AuriolOutTemp + (your temperature compensation in ºC * 10);
TX_Unit[3].HumidadeExt[0] = AuriolOutHum + your temperature compensation in RH * 10);Please try the updated Wireless_Sensor.ino attached bellow. Just replace the old one, and reprogram the device.

