(12-01-2020, 20:58)Werk_AG Wrote: 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.
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.
Hi again , yes I did it using your first file with results you seen in the pics sent , so I didn’t change anything in your file . ( the compensation was in the previous file , original one ) Hope did you get me .
I will try soon again with this file v2 u added . Thanks

