so I'm building this weather station thing for mominlaw and its working reasonable good
doing some long-term testing I have found that the radio connection can get some false values that make to go crazy like adding 4000 mm of rain in one hour and no I don't live in a rainforest
I thought that the problem only happens once in a while and it must be a disturbance from another transmitter around where I live and I have no control over it
currently i update the display this way:
if (remoteHours != previousRemoteHours)
{
my thought was expanding it to only update if the change in value is less than 2
that goes for every value in date and clock and the rain count as it would not be able to tip more than one time during a transmission of values.. not even if I put a whole cup of water in the rain gauge