02-02-2018, 02:33
Hi,
Thank you for spotting this to me. It will be fixed on next software release.
However please note that the fix for line 124 should be:
and not
which only works when the source for Solar Radiation data is the same than UV data (which happens in most of the cases).
Thank you for spotting this to me. It will be fixed on next software release.
However please note that the fix for line 124 should be:
Code:
lcd.print(TX_Unit[SR_OutUnit].SolarRad);and not
Code:
lcd.print (TX_Unit [UV_OutUnit] .SolarRad);which only works when the source for Solar Radiation data is the same than UV data (which happens in most of the cases).

